summaryrefslogtreecommitdiff
path: root/tests/fate/bmp.mak
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-11-28 17:06:04 +0100
committerDiego Biurrun <diego@biurrun.de>2012-12-04 15:24:05 +0100
commit90153465b04bf4175b8e85587d90b3b3e5399020 (patch)
treef97329aa91a85ad0397203adaf595cb3b77aced2 /tests/fate/bmp.mak
parent1944d532a8a1c4b12222f0acfeb1153630dbc996 (diff)
fate: Add dependencies for bmp, cdxl, dfa, mp3
Diffstat (limited to 'tests/fate/bmp.mak')
-rw-r--r--tests/fate/bmp.mak6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/fate/bmp.mak b/tests/fate/bmp.mak
index c6601902f5..9e52ac081f 100644
--- a/tests/fate/bmp.mak
+++ b/tests/fate/bmp.mak
@@ -37,5 +37,7 @@ fate-bmp-rle4: CMD = framecrc -i $(SAMPLES)/bmp/testcompress4.bmp -pix_fmt rgb24
FATE_BMP += fate-bmp-rle8
fate-bmp-rle8: CMD = framecrc -i $(SAMPLES)/bmp/testcompress8.bmp -pix_fmt rgb24
-FATE_SAMPLES_AVCONV += $(FATE_BMP)
-fate-bmp: $(FATE_BMP)
+FATE_BMP-$(call DEMDEC, IMAGE2, BMP) += $(FATE_BMP)
+
+FATE_SAMPLES_AVCONV += $(FATE_BMP-yes)
+fate-bmp: $(FATE_BMP-yes)