summaryrefslogtreecommitdiff
path: root/tests/fate/dpcm.mak
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-05-19 13:19:19 +0100
committerMans Rullgard <mans@mansr.com>2012-05-19 14:30:41 +0100
commit63dcd16d567862d94fe4b178e47f440e8ad6a2c9 (patch)
treeb4f7786c2ccf5289dacdb66a1e4071916cad8f94 /tests/fate/dpcm.mak
parent8ccc1c597534ece9f3710a979b8a3fd6e43220a6 (diff)
fate: fix dependencies on SAMPLES being set
This allows fate to run without errors with or without SAMPLES being set. Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'tests/fate/dpcm.mak')
-rw-r--r--tests/fate/dpcm.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/dpcm.mak b/tests/fate/dpcm.mak
index c4dd9d52ec..14e77a20f4 100644
--- a/tests/fate/dpcm.mak
+++ b/tests/fate/dpcm.mak
@@ -10,5 +10,5 @@ fate-dpcm-sierra: CMD = md5 -i $(SAMPLES)/sol/lsl7sample.sol -f s16le
FATE_DPCM += fate-dpcm-xan
fate-dpcm-xan: CMD = md5 -i $(SAMPLES)/wc4-xan/wc4_2.avi -vn -f s16le
-FATE_AVCONV += $(FATE_DPCM)
+FATE_SAMPLES_AVCONV += $(FATE_DPCM)
fate-dpcm: $(FATE_DPCM)