OSDN Git Service

added libavtest target
authorFabrice Bellard <fabrice@bellard.org>
Mon, 20 May 2002 16:34:07 +0000 (16:34 +0000)
committerFabrice Bellard <fabrice@bellard.org>
Mon, 20 May 2002 16:34:07 +0000 (16:34 +0000)
Originally committed as revision 550 to svn://svn.ffmpeg.org/ffmpeg/trunk

Makefile

index 425fedc..b621b03 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -77,7 +77,7 @@ TAGS:
 
 # regression tests
 
-test mpeg4 mpeg: ffmpeg$(EXE)
+libavtest test mpeg4 mpeg: ffmpeg$(EXE)
        make -C tests $@
 
 ifneq ($(wildcard .depend),)