From fdc1973e30b5ccafaa2443053fd65a35fdbd9d5a Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Fri, 13 Jul 2007 17:41:28 +0000 Subject: libavtest and seektest no longer need gpl Originally committed as revision 9633 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e90d0fcb8c..caeb56e62e 100644 --- a/Makefile +++ b/Makefile @@ -275,18 +275,10 @@ codectest mpeg4 mpeg ac3 snow snowll: ffmpeg$(EXESUF) tests/vsynth1/00.pgm tests $(SRC_PATH)/tests/regression.sh $@ $(FFMPEG_REFFILE) tests/vsynth1 $(SRC_PATH)/tests/regression.sh $@ $(ROTOZOOM_REFFILE) tests/vsynth2 -ifeq ($(CONFIG_GPL),yes) libavtest: ffmpeg$(EXESUF) tests/vsynth1/00.pgm tests/asynth1.sw $(SRC_PATH)/tests/regression.sh $@ $(LIBAV_REFFILE) tests/vsynth1 seektest: tests/seek_test$(EXESUF) $(SRC_PATH)/tests/seek_test.sh $(SEEK_REFFILE) -else -libavtest seektest: - @echo - @echo "This test requires FFmpeg to be compiled with --enable-gpl." - @echo - @exit 1 -endif ifeq ($(CONFIG_SWSCALER),yes) test-server codectest mpeg4 mpeg ac3 snow snowll libavtest: swscale_error -- cgit v1.2.3