[FFmpeg-cvslog] r10246 - trunk/Makefile

diego subversion
Mon Aug 27 10:42:23 CEST 2007


Author: diego
Date: Mon Aug 27 10:42:23 2007
New Revision: 10246

Log:
Give seektest .libs dependency so that it gets updated on libavformat changes.
patch by Wolfram Gloger, wmglo dent.med.uni-muenchen de


Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Mon Aug 27 10:42:23 2007
@@ -278,7 +278,7 @@ codectest mpeg4 mpeg ac3 snow snowll: ff
 libavtest: ffmpeg$(EXESUF) tests/vsynth1/00.pgm tests/asynth1.sw
 	$(SRC_PATH)/tests/regression.sh $@ $(LIBAV_REFFILE) tests/vsynth1
 
-seektest: tests/seek_test$(EXESUF)
+seektest: tests/seek_test$(EXESUF) .libs
 	$(SRC_PATH)/tests/seek_test.sh $(SEEK_REFFILE)
 
 ifeq ($(CONFIG_SWSCALER),yes)




More information about the ffmpeg-cvslog mailing list