diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-10-15 12:10:46 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-10-15 12:10:46 +0000 |
commit | 41ada6e51584f438aa1c9498db94553057b2da0d (patch) | |
tree | 1923ade293c0fec79e555479195b027c9f219897 /tests/Makefile | |
parent | 9fd353e9b5b547b7f0b73f3f3cf7691ae30b260e (diff) | |
download | ffmpeg-41ada6e51584f438aa1c9498db94553057b2da0d.tar.gz |
Warn about --enable-gpl.
Originally committed as revision 6698 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |