[SCM] libav/experimental: Add seektest to top-level targets, remove individual codec tests.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:00:25 UTC 2013


The following commit has been merged in the experimental branch:
commit 5e2dfd39064b3a0fa078beb4937077f2759e3d43
Author: Diego Biurrun <diego at biurrun.de>
Date:   Fri May 25 13:12:17 2007 +0000

    Add seektest to top-level targets, remove individual codec tests.
    
    Originally committed as revision 9126 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/Makefile b/Makefile
index dc45497..a70d85e 100644
--- a/Makefile
+++ b/Makefile
@@ -235,11 +235,11 @@ TAGS:
 
 # regression tests
 
-codectest libavtest test-server fulltest test mpeg4 mpeg: $(PROGS)
+codectest libavtest seektest test-server fulltest test: $(PROGS)
 	$(MAKE) -C tests $@
 
 .PHONY: all lib videohook documentation install* wininstaller uninstall*
 .PHONY: dep depend clean distclean TAGS
-.PHONY: codectest libavtest test-server fulltest test mpeg4 mpeg
+.PHONY: codectest libavtest seektest test-server fulltest test
 
 -include .depend

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list