summaryrefslogtreecommitdiff
path: root/tests/fate/dpcm.mak
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2013-05-20 01:55:32 +0300
committerMartin Storsjö <martin@martin.st>2013-05-28 17:16:54 +0300
commitba13606ca6adbc74b4db4a72b0769397d6408791 (patch)
tree63b8fb4e9156c09aebcf826f16bd6de4311dd839 /tests/fate/dpcm.mak
parent4a27a52a1f74016095b7aee1b4a422cf62217ade (diff)
fate: Add a --target-samples path parameter
This allows having the samples accessible via different paths on the target and on the host. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'tests/fate/dpcm.mak')
-rw-r--r--tests/fate/dpcm.mak8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/fate/dpcm.mak b/tests/fate/dpcm.mak
index abc25edc9b..dd27246324 100644
--- a/tests/fate/dpcm.mak
+++ b/tests/fate/dpcm.mak
@@ -1,14 +1,14 @@
FATE_DPCM-$(call DEMDEC, ROQ, ROQ_DPCM) += fate-dpcm-idroq
-fate-dpcm-idroq: CMD = framecrc -i $(SAMPLES)/idroq/idlogo.roq -vn
+fate-dpcm-idroq: CMD = framecrc -i $(TARGET_SAMPLES)/idroq/idlogo.roq -vn
FATE_DPCM-$(call DEMDEC, IPMOVIE, INTERPLAY_DPCM) += fate-dpcm-interplay
-fate-dpcm-interplay: CMD = framecrc -i $(SAMPLES)/interplay-mve/interplay-logo-2MB.mve -vn
+fate-dpcm-interplay: CMD = framecrc -i $(TARGET_SAMPLES)/interplay-mve/interplay-logo-2MB.mve -vn
FATE_DPCM-$(call DEMDEC, SOL, SOL_DPCM) += fate-dpcm-sierra
-fate-dpcm-sierra: CMD = md5 -i $(SAMPLES)/sol/lsl7sample.sol -f s16le
+fate-dpcm-sierra: CMD = md5 -i $(TARGET_SAMPLES)/sol/lsl7sample.sol -f s16le
FATE_DPCM-$(call DEMDEC, AVI, XAN_DPCM) += fate-dpcm-xan
-fate-dpcm-xan: CMD = md5 -i $(SAMPLES)/wc4-xan/wc4_2.avi -vn -f s16le
+fate-dpcm-xan: CMD = md5 -i $(TARGET_SAMPLES)/wc4-xan/wc4_2.avi -vn -f s16le
FATE_SAMPLES_AVCONV += $(FATE_DPCM-yes)
fate-dpcm: $(FATE_DPCM-yes)