[Ffmpeg-cvslog] r6727 - trunk/tests/Makefile

diego subversion
Wed Oct 18 12:09:17 CEST 2006


Author: diego
Date: Wed Oct 18 12:09:16 2006
New Revision: 6727

Modified:
   trunk/tests/Makefile

Log:
Don't run libavtest if CONFIG_GPL is not set.


Modified: trunk/tests/Makefile
==============================================================================
--- trunk/tests/Makefile	(original)
+++ trunk/tests/Makefile	Wed Oct 18 12:09:16 2006
@@ -25,11 +25,15 @@
 	@$(VPATH)/regression.sh $@ $(REFFILE2) vsynth2
 
 # fast regression for libav formats
+ifeq ($(CONFIG_GPL),yes)
 libavtest: vsynth1/00.pgm asynth1.sw
+	@$(VPATH)/regression.sh $@ $(LIBAV_REFFILE) vsynth1
+else
+libavtest:
 	@echo
 	@echo "This test requires FFmpeg to be compiled with --enable-gpl."
 	@echo
-	@$(VPATH)/regression.sh $@ $(LIBAV_REFFILE) vsynth1
+endif
 
 # video generation
 




More information about the ffmpeg-cvslog mailing list