summaryrefslogtreecommitdiff
path: root/tests/fate/cdxl.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/cdxl.mak
parent1944d532a8a1c4b12222f0acfeb1153630dbc996 (diff)
fate: Add dependencies for bmp, cdxl, dfa, mp3
Diffstat (limited to 'tests/fate/cdxl.mak')
-rw-r--r--tests/fate/cdxl.mak6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/fate/cdxl.mak b/tests/fate/cdxl.mak
index 86eaa09d0a..2c69e39749 100644
--- a/tests/fate/cdxl.mak
+++ b/tests/fate/cdxl.mak
@@ -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-bitline-ham6: CMD = framecrc -i $(SAMPLES)/cdxl/bitline.cdxl -frames:v 10
-FATE_SAMPLES_AVCONV += $(FATE_CDXL)
-fate-cdxl: $(FATE_CDXL)
+FATE_CDXL-$(call DEMDEC, CDXL, CDXL) += $(FATE_CDXL)
+
+FATE_SAMPLES_AVCONV += $(FATE_CDXL-yes)
+fate-cdxl: $(FATE_CDXL-yes)