[FFmpeg-cvslog] r10258 - trunk/Makefile

diego subversion
Wed Aug 29 01:29:07 CEST 2007


Author: diego
Date: Wed Aug 29 01:29:07 2007
New Revision: 10258

Log:
10l: Actually add the .libs dependency to the seek_test binary,
not the phony seektest target.


Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Wed Aug 29 01:29:07 2007
@@ -279,7 +279,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) .libs
+seektest: tests/seek_test$(EXESUF)
 	$(SRC_PATH)/tests/seek_test.sh $(SEEK_REFFILE)
 
 ifeq ($(CONFIG_SWSCALER),yes)
@@ -305,7 +305,7 @@ tests/asynth1.sw: tests/audiogen$(EXESUF
 %$(EXESUF): %.c
 	$(CC) $(LDFLAGS) $(CFLAGS) -o $@ $<
 
-tests/seek_test$(EXESUF): tests/seek_test.c
+tests/seek_test$(EXESUF): tests/seek_test.c .libs
 	$(CC) $(LDFLAGS) $(CFLAGS) -DHAVE_AV_CONFIG_H -o $@ $< $(EXTRALIBS)
 
 




More information about the ffmpeg-cvslog mailing list