[Ffmpeg-cvslog] r6698 - trunk/tests/Makefile
diego
subversion
Sun Oct 15 14:10:46 CEST 2006
Author: diego
Date: Sun Oct 15 14:10:46 2006
New Revision: 6698
Modified:
trunk/tests/Makefile
Log:
Warn about --enable-gpl.
Modified: trunk/tests/Makefile
==============================================================================
--- trunk/tests/Makefile (original)
+++ trunk/tests/Makefile Sun Oct 15 14:10:46 2006
@@ -26,6 +26,9 @@
# 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
More information about the ffmpeg-cvslog
mailing list