mirror of https://git.ffmpeg.org/ffmpeg.git
fate/bmp: Fix test requirements
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
da564afcec
commit
992a6d7217
|
@ -22,7 +22,7 @@ fate-bmp-15bit-mask: CMD = framecrc -i $(TARGET_SAMPLES)/bmp/test16bf555.bmp -pi
|
||||||
FATE_BMP += fate-bmp-16bit-mask
|
FATE_BMP += fate-bmp-16bit-mask
|
||||||
fate-bmp-16bit-mask: CMD = framecrc -i $(TARGET_SAMPLES)/bmp/test16bf565.bmp -pix_fmt rgb565le -vf scale
|
fate-bmp-16bit-mask: CMD = framecrc -i $(TARGET_SAMPLES)/bmp/test16bf565.bmp -pix_fmt rgb565le -vf scale
|
||||||
|
|
||||||
FATE_BMP += fate-bmp-24bit
|
FATE_BMP-$(call FRAMECRC, IMAGE2, BMP) += fate-bmp-24bit
|
||||||
fate-bmp-24bit: CMD = framecrc -i $(TARGET_SAMPLES)/bmp/test24.bmp
|
fate-bmp-24bit: CMD = framecrc -i $(TARGET_SAMPLES)/bmp/test24.bmp
|
||||||
|
|
||||||
FATE_BMP += fate-bmp-32bit
|
FATE_BMP += fate-bmp-32bit
|
||||||
|
@ -37,7 +37,7 @@ fate-bmp-rle4: CMD = framecrc -i $(TARGET_SAMPLES)/bmp/testcompress4.bmp -pix_fm
|
||||||
FATE_BMP += fate-bmp-rle8
|
FATE_BMP += fate-bmp-rle8
|
||||||
fate-bmp-rle8: CMD = framecrc -i $(TARGET_SAMPLES)/bmp/testcompress8.bmp -pix_fmt rgb24 -vf scale
|
fate-bmp-rle8: CMD = framecrc -i $(TARGET_SAMPLES)/bmp/testcompress8.bmp -pix_fmt rgb24 -vf scale
|
||||||
|
|
||||||
FATE_BMP-$(call DEMDEC, IMAGE2, BMP) += $(FATE_BMP)
|
FATE_BMP-$(call FRAMECRC, IMAGE2, BMP, SCALE_FILTER) += $(FATE_BMP)
|
||||||
|
|
||||||
FATE_SAMPLES_AVCONV += $(FATE_BMP-yes)
|
FATE_SAMPLES_AVCONV += $(FATE_BMP-yes)
|
||||||
fate-bmp: $(FATE_BMP-yes)
|
fate-bmp: $(FATE_BMP-yes)
|
||||||
|
|
Loading…
Reference in New Issue