[FFmpeg-cvslog] r9154 - trunk/tests/Makefile
benoit
subversion
Wed May 30 09:11:03 CEST 2007
Author: benoit
Date: Wed May 30 09:11:03 2007
New Revision: 9154
Log:
seek tests only available with GPL enabled
Modified:
trunk/tests/Makefile
Modified: trunk/tests/Makefile
==============================================================================
--- trunk/tests/Makefile (original)
+++ trunk/tests/Makefile Wed May 30 09:11:03 2007
@@ -31,8 +31,10 @@ codectest mpeg4 mpeg ac3 snow snowll: vs
ifeq ($(CONFIG_GPL),yes)
libavtest: vsynth1/00.pgm asynth1.sw
$(SRC_DIR)/regression.sh $@ $(LIBAV_REFFILE) vsynth1
+seektest: seek_test$(EXESUF)
+ $(SRC_DIR)/seek_test.sh $(SEEK_REFFILE)
else
-libavtest:
+libavtest seektest:
@echo
@echo "This test requires FFmpeg to be compiled with --enable-gpl."
@echo
@@ -48,9 +50,6 @@ swscale_error:
@exit 1
endif
-seektest: seek_test$(EXESUF)
- $(SRC_DIR)/seek_test.sh $(SEEK_REFFILE)
-
vsynth1/00.pgm: videogen$(EXESUF)
mkdir -p vsynth1
$(BUILD_DIR)/$< 'vsynth1/'
More information about the ffmpeg-cvslog
mailing list