File tree Expand file tree Collapse file tree 6 files changed +20
-15
lines changed Expand file tree Collapse file tree 6 files changed +20
-15
lines changed Original file line number Diff line number Diff line change @@ -1950,18 +1950,16 @@ doc_deps_any="manpages htmlpages podpages txtpages"
19501950# tests
19511951colormatrix1_test_deps=" colormatrix_filter"
19521952colormatrix2_test_deps=" colormatrix_filter"
1953- flashsv2_test_deps=" zlib"
19541953mpg_test_deps=" mpeg1system_muxer mpegps_demuxer"
1955- mpng_test_deps =" zlib"
1954+ png_test_deps =" zlib"
19561955pp_test_deps=" mp_filter"
19571956pp2_test_deps=" mp_filter"
19581957pp3_test_deps=" mp_filter"
19591958pp4_test_deps=" mp_filter"
19601959pp5_test_deps=" mp_filter"
19611960pp6_test_deps=" mp_filter"
1961+ seek_flashsv_flv_test_deps=" zlib"
19621962seek_lavf_mxf_d10_test_deps=" mxf_d10_test"
1963- zlib_test_deps=" zlib"
1964- zmbv_test_deps=" zlib"
19651963
19661964test_deps (){
19671965 suf1=$1
Original file line number Diff line number Diff line change @@ -40,11 +40,13 @@ fate-mszh: CMD = framecrc -i $(SAMPLES)/lcl/mszh-1frame.avi
4040FATE_LOSSLESS_VIDEO += fate-vble
4141fate-vble : CMD = framecrc -i $(SAMPLES ) /vble/flowers-partial-2MB.avi
4242
43- FATE_LOSSLESS_VIDEO += fate-zlib
43+ FATE_LOSSLESS_VIDEO-$(CONFIG_ZLIB) += fate-zlib
4444fate-zlib : CMD = framecrc -i $(SAMPLES ) /lcl/zlib-1frame.avi
4545
46- FATE_LOSSLESS_VIDEO += fate-zerocodec
46+ FATE_LOSSLESS_VIDEO-$(CONFIG_ZLIB) += fate-zerocodec
4747fate-zerocodec : CMD = framecrc -i $(SAMPLES ) /zerocodec/sample-zeco.avi
4848
49+ FATE_LOSSLESS_VIDEO += $(FATE_LOSSLESS_VIDEO-yes )
50+
4951FATE_SAMPLES_FFMPEG += $(FATE_LOSSLESS_VIDEO )
5052fate-lossless-video : $(FATE_LOSSLESS_VIDEO )
Original file line number Diff line number Diff line change @@ -46,8 +46,10 @@ fate-rpza: CMD = framecrc -i $(SAMPLES)/rpza/rpza2.mov -t 2 -pix_fmt rgb24
4646FATE_QT += fate-svq1
4747fate-svq1 : CMD = framecrc -i $(SAMPLES ) /svq1/marymary-shackles.mov -an -t 10
4848
49- FATE_QT += fate-svq3
49+ FATE_QT-$(CONFIG_ZLIB) += fate-svq3
5050fate-svq3 : CMD = framecrc -i $(SAMPLES ) /svq3/Vertical400kbit.sorenson3.mov -t 6 -an
5151
52+ FATE_QT += $(FATE_QT-yes )
53+
5254FATE_SAMPLES_FFMPEG += $(FATE_QT )
5355fate-qt : $(FATE_QT )
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ fate-tscc-15bit: CMD = framecrc -i $(SAMPLES)/tscc/oneminute.avi -t 15 -pix_fmt
3232FATE_TSCC += fate-tscc-32bit
3333fate-tscc-32bit : CMD = framecrc -i $(SAMPLES ) /tscc/2004-12-17-uebung9-partial.avi -pix_fmt rgb24 -an
3434
35- FATE_SCREEN += $(FATE_TSCC )
35+ FATE_SCREEN-$(CONFIG_ZLIB) += $(FATE_TSCC )
3636fate-tscc : $(FATE_TSCC )
3737
3838FATE_VMNC += fate-vmnc-16bit
@@ -56,8 +56,10 @@ fate-zmbv-16bit: CMD = framecrc -i $(SAMPLES)/zmbv/zmbv_16bit.avi -pix_fmt rgb24
5656FATE_ZMBV += fate-zmbv-32bit
5757fate-zmbv-32bit : CMD = framecrc -i $(SAMPLES ) /zmbv/zmbv_32bit.avi -pix_fmt rgb24 -t 25
5858
59- FATE_SCREEN += $(FATE_ZMBV )
59+ FATE_SCREEN-$(CONFIG_ZLIB) += $(FATE_ZMBV )
6060fate-zmbv : $(FATE_ZMBV )
6161
62+ FATE_SCREEN += $(FATE_SCREEN-yes )
63+
6264FATE_SAMPLES_FFMPEG += $(FATE_SCREEN )
6365fate-screen : $(FATE_SCREEN )
Original file line number Diff line number Diff line change @@ -59,12 +59,12 @@ fate-vsynth%-ffv1: ENCOPTS = -strict -2
5959
6060FATE_VCODEC += ffvhuff
6161
62- FATE_VCODEC += flashsv
62+ FATE_VCODEC-$(CONFIG_ZLIB) += flashsv
6363fate-vsynth% -flashsv : ENCOPTS = -sws_flags neighbor+full_chroma_int
6464fate-vsynth% -flashsv : DECOPTS = -sws_flags area
6565fate-vsynth% -flashsv : FMT = flv
6666
67- FATE_VCODEC += flashsv2
67+ FATE_VCODEC-$(CONFIG_ZLIB) += flashsv2
6868fate-vsynth% -flashsv2 : ENCOPTS = -sws_flags neighbor+full_chroma_int -strict experimental -compression_level 0
6969fate-vsynth% -flashsv2 : DECOPTS = -sws_flags area
7070fate-vsynth% -flashsv2 : FMT = flv
@@ -193,7 +193,7 @@ fate-vsynth%-msmpeg4: ENCOPTS = -qscale 10
193193FATE_VCODEC += msmpeg4v2
194194fate-vsynth% -msmpeg4v2 : ENCOPTS = -qscale 10
195195
196- FATE_VCODEC += mpng
196+ FATE_VCODEC-$(CONFIG_ZLIB) += mpng
197197fate-vsynth% -mpng : CODEC = png
198198
199199FATE_VCODEC += msvideo1
@@ -277,8 +277,9 @@ FATE_VCODEC += yuv4
277277
278278FATE_VCODEC += y41p
279279
280- FATE_VCODEC += zlib
280+ FATE_VCODEC-$(CONFIG_ZLIB) += zlib
281281
282+ FATE_VCODEC += $(FATE_VCODEC-yes )
282283
283284FATE_VSYNTH1 = $(FATE_VCODEC:%=fate-vsynth1-% )
284285FATE_VSYNTH2 = $(FATE_VCODEC:%=fate-vsynth2-% )
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ fate-cdgraphics: CMD = framecrc -i $(SAMPLES)/cdgraphics/BrotherJohn.cdg -pix_fm
4949FATE_VIDEO += fate-cljr
5050fate-cljr : CMD = framecrc -i $(SAMPLES ) /cljr/testcljr-partial.avi
5151
52- FATE_VIDEO += fate-corepng
52+ FATE_VIDEO-$(CONFIG_ZLIB) += fate-corepng
5353fate-corepng : CMD = framecrc -i $(SAMPLES ) /png1/corepng-partial.avi
5454
5555FATE_VIDEO += fate-creatureshock-avs
@@ -97,7 +97,7 @@ fate-dxa-feeble: CMD = framecrc -i $(SAMPLES)/dxa/meetsquid.dxa -t 2 -pix_fmt rg
9797FATE_DXA += fate-dxa-scummvm
9898fate-dxa-scummvm : CMD = framecrc -i $(SAMPLES ) /dxa/scummvm.dxa -pix_fmt rgb24
9999
100- FATE_VIDEO += $(FATE_DXA )
100+ FATE_VIDEO-$(CONFIG_ZLIB) += $(FATE_DXA )
101101fate-dxa : $(FATE_DXA )
102102
103103FATE_SAMPLES_PCM += fate-film-cvid
You can’t perform that action at this time.
0 commit comments