mirror of https://git.ffmpeg.org/ffmpeg.git
fate: Add dependencies for bmp, cdxl, dfa, mp3
This commit is contained in:
parent
1944d532a8
commit
90153465b0
|
@ -37,5 +37,7 @@ fate-bmp-rle4: CMD = framecrc -i $(SAMPLES)/bmp/testcompress4.bmp -pix_fmt rgb24
|
||||||
FATE_BMP += fate-bmp-rle8
|
FATE_BMP += fate-bmp-rle8
|
||||||
fate-bmp-rle8: CMD = framecrc -i $(SAMPLES)/bmp/testcompress8.bmp -pix_fmt rgb24
|
fate-bmp-rle8: CMD = framecrc -i $(SAMPLES)/bmp/testcompress8.bmp -pix_fmt rgb24
|
||||||
|
|
||||||
FATE_SAMPLES_AVCONV += $(FATE_BMP)
|
FATE_BMP-$(call DEMDEC, IMAGE2, BMP) += $(FATE_BMP)
|
||||||
fate-bmp: $(FATE_BMP)
|
|
||||||
|
FATE_SAMPLES_AVCONV += $(FATE_BMP-yes)
|
||||||
|
fate-bmp: $(FATE_BMP-yes)
|
||||||
|
|
|
@ -13,5 +13,7 @@ fate-cdxl-pal8-small: CMD = framecrc -i $(SAMPLES)/cdxl/fruit.cdxl -an -pix_fmt
|
||||||
FATE_CDXL += fate-cdxl-bitline-ham6
|
FATE_CDXL += fate-cdxl-bitline-ham6
|
||||||
fate-cdxl-bitline-ham6: CMD = framecrc -i $(SAMPLES)/cdxl/bitline.cdxl -frames:v 10
|
fate-cdxl-bitline-ham6: CMD = framecrc -i $(SAMPLES)/cdxl/bitline.cdxl -frames:v 10
|
||||||
|
|
||||||
FATE_SAMPLES_AVCONV += $(FATE_CDXL)
|
FATE_CDXL-$(call DEMDEC, CDXL, CDXL) += $(FATE_CDXL)
|
||||||
fate-cdxl: $(FATE_CDXL)
|
|
||||||
|
FATE_SAMPLES_AVCONV += $(FATE_CDXL-yes)
|
||||||
|
fate-cdxl: $(FATE_CDXL-yes)
|
||||||
|
|
|
@ -31,5 +31,7 @@ fate-dfa10: CMD = framecrc -i $(SAMPLES)/chronomaster-dfa/0009.dfa -pix_fmt rgb2
|
||||||
FATE_DFA += fate-dfa11
|
FATE_DFA += fate-dfa11
|
||||||
fate-dfa11: CMD = framecrc -i $(SAMPLES)/chronomaster-dfa/0010.dfa -pix_fmt rgb24
|
fate-dfa11: CMD = framecrc -i $(SAMPLES)/chronomaster-dfa/0010.dfa -pix_fmt rgb24
|
||||||
|
|
||||||
FATE_SAMPLES_AVCONV += $(FATE_DFA)
|
FATE_DFA-$(call DEMDEC, DFA, DFA) += $(FATE_DFA)
|
||||||
fate-dfa: $(FATE_DFA)
|
|
||||||
|
FATE_SAMPLES_AVCONV += $(FATE_DFA-yes)
|
||||||
|
fate-dfa: $(FATE_DFA-yes)
|
||||||
|
|
|
@ -30,7 +30,10 @@ FATE_MP3 += fate-mp3-float-extra_overread
|
||||||
fate-mp3-float-extra_overread: CMD = pcm -c:a mp3float -i $(SAMPLES)/mpegaudio/extra_overread.mp3
|
fate-mp3-float-extra_overread: CMD = pcm -c:a mp3float -i $(SAMPLES)/mpegaudio/extra_overread.mp3
|
||||||
fate-mp3-float-extra_overread: REF = $(SAMPLES)/mpegaudio/extra_overread.pcm
|
fate-mp3-float-extra_overread: REF = $(SAMPLES)/mpegaudio/extra_overread.pcm
|
||||||
|
|
||||||
FATE_SAMPLES_AVCONV += $(FATE_MP3)
|
|
||||||
fate-mp3: $(FATE_MP3)
|
|
||||||
$(FATE_MP3): CMP = stddev
|
$(FATE_MP3): CMP = stddev
|
||||||
$(FATE_MP3): FUZZ = 0.07
|
$(FATE_MP3): FUZZ = 0.07
|
||||||
|
|
||||||
|
FATE_MP3-$(call DEMDEC, MP3, MP3FLOAT) += $(FATE_MP3)
|
||||||
|
|
||||||
|
FATE_SAMPLES_AVCONV += $(FATE_MP3-yes)
|
||||||
|
fate-mp3: $(FATE_MP3-yes)
|
||||||
|
|
Loading…
Reference in New Issue