From 41ada6e51584f438aa1c9498db94553057b2da0d Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 15 Oct 2006 12:10:46 +0000 Subject: Warn about --enable-gpl. Originally committed as revision 6698 to svn://svn.ffmpeg.org/ffmpeg/trunk --- tests/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/Makefile b/tests/Makefile index 41bd3872f6..48208e9cee 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -26,6 +26,9 @@ codectest mpeg4 mpeg ac3 snow snowll: vsynth1/00.pgm vsynth2/00.pgm asynth1.sw t # fast regression for libav formats libavtest: vsynth1/00.pgm asynth1.sw + @echo + @echo "This test requires FFmpeg to be compiled with --enable-gpl." + @echo @$(VPATH)/regression.sh $@ $(LIBAV_REFFILE) vsynth1 # video generation -- cgit v1.2.3