Imported Debian version 2.4.3~trusty1
[deb_ffmpeg.git] / ffmpeg / tests / fate / bmp.mak
CommitLineData
2ba45a60
DM
1FATE_BMP += fate-bmp-1bit
2fate-bmp-1bit: CMD = framecrc -i $(TARGET_SAMPLES)/bmp/test1.bmp -pix_fmt rgb24
3
4FATE_BMP += fate-bmp-4bit
5fate-bmp-4bit: CMD = framecrc -i $(TARGET_SAMPLES)/bmp/test4.bmp -pix_fmt rgb24
6
7FATE_BMP += fate-bmp-4bit-os2
8fate-bmp-4bit-os2: CMD = framecrc -i $(TARGET_SAMPLES)/bmp/test4os2v2.bmp -pix_fmt rgb24
9
10FATE_BMP += fate-bmp-8bit
11fate-bmp-8bit: CMD = framecrc -i $(TARGET_SAMPLES)/bmp/test8.bmp -pix_fmt rgb24
12
13FATE_BMP += fate-bmp-8bit-os2
14fate-bmp-8bit-os2: CMD = framecrc -i $(TARGET_SAMPLES)/bmp/test8os2.bmp -pix_fmt rgb24
15
16FATE_BMP += fate-bmp-15bit
17fate-bmp-15bit: CMD = framecrc -i $(TARGET_SAMPLES)/bmp/test16.bmp -pix_fmt rgb555le
18
19FATE_BMP += fate-bmp-15bit-mask
20fate-bmp-15bit-mask: CMD = framecrc -i $(TARGET_SAMPLES)/bmp/test16bf555.bmp -pix_fmt rgb555le
21
22FATE_BMP += fate-bmp-16bit-mask
23fate-bmp-16bit-mask: CMD = framecrc -i $(TARGET_SAMPLES)/bmp/test16bf565.bmp -pix_fmt rgb565le
24
25FATE_BMP += fate-bmp-24bit
26fate-bmp-24bit: CMD = framecrc -i $(TARGET_SAMPLES)/bmp/test24.bmp
27
28FATE_BMP += fate-bmp-32bit
29fate-bmp-32bit: CMD = framecrc -i $(TARGET_SAMPLES)/bmp/test32.bmp -pix_fmt bgr24
30
31FATE_BMP += fate-bmp-32bit-mask
32fate-bmp-32bit-mask: CMD = framecrc -i $(TARGET_SAMPLES)/bmp/test32bf.bmp -pix_fmt bgr24
33
34FATE_BMP += fate-bmp-rle4
35fate-bmp-rle4: CMD = framecrc -i $(TARGET_SAMPLES)/bmp/testcompress4.bmp -pix_fmt rgb24
36
37FATE_BMP += fate-bmp-rle8
38fate-bmp-rle8: CMD = framecrc -i $(TARGET_SAMPLES)/bmp/testcompress8.bmp -pix_fmt rgb24
39
40FATE_BMP-$(call DEMDEC, IMAGE2, BMP) += $(FATE_BMP)
41
42FATE_SAMPLES_AVCONV += $(FATE_BMP-yes)
43fate-bmp: $(FATE_BMP-yes)