Commit 6a3c703b authored by benoit's avatar benoit

seek tests only available with GPL enabled



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9154 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9d6ed2f3
......@@ -31,8 +31,10 @@ codectest mpeg4 mpeg ac3 snow snowll: vsynth1/00.pgm vsynth2/00.pgm asynth1.sw t
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/'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment