mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
Don't run libavtest if CONFIG_GPL is not set.
Originally committed as revision 6727 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a0f2c6ba38
commit
ca6127352f
@ -25,11 +25,15 @@ codectest mpeg4 mpeg ac3 snow snowll: vsynth1/00.pgm vsynth2/00.pgm asynth1.sw t
|
|||||||
@$(VPATH)/regression.sh $@ $(REFFILE2) vsynth2
|
@$(VPATH)/regression.sh $@ $(REFFILE2) vsynth2
|
||||||
|
|
||||||
# fast regression for libav formats
|
# fast regression for libav formats
|
||||||
|
ifeq ($(CONFIG_GPL),yes)
|
||||||
libavtest: vsynth1/00.pgm asynth1.sw
|
libavtest: vsynth1/00.pgm asynth1.sw
|
||||||
|
@$(VPATH)/regression.sh $@ $(LIBAV_REFFILE) vsynth1
|
||||||
|
else
|
||||||
|
libavtest:
|
||||||
@echo
|
@echo
|
||||||
@echo "This test requires FFmpeg to be compiled with --enable-gpl."
|
@echo "This test requires FFmpeg to be compiled with --enable-gpl."
|
||||||
@echo
|
@echo
|
||||||
@$(VPATH)/regression.sh $@ $(LIBAV_REFFILE) vsynth1
|
endif
|
||||||
|
|
||||||
# video generation
|
# video generation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user