diff options
author | Martin Storsjö <martin@martin.st> | 2013-05-20 01:55:32 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-05-28 17:16:54 +0300 |
commit | ba13606ca6adbc74b4db4a72b0769397d6408791 (patch) | |
tree | 63b8fb4e9156c09aebcf826f16bd6de4311dd839 /tests/fate/cdxl.mak | |
parent | 4a27a52a1f74016095b7aee1b4a422cf62217ade (diff) | |
download | ffmpeg-ba13606ca6adbc74b4db4a72b0769397d6408791.tar.gz |
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/cdxl.mak')
-rw-r--r-- | tests/fate/cdxl.mak | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/fate/cdxl.mak b/tests/fate/cdxl.mak index 11ff902a46..8144f96d94 100644 --- a/tests/fate/cdxl.mak +++ b/tests/fate/cdxl.mak @@ -1,17 +1,17 @@ FATE_CDXL += fate-cdxl-bitline-ham6 -fate-cdxl-bitline-ham6: CMD = framecrc -i $(SAMPLES)/cdxl/bitline.cdxl -frames:v 10 +fate-cdxl-bitline-ham6: CMD = framecrc -i $(TARGET_SAMPLES)/cdxl/bitline.cdxl -frames:v 10 FATE_CDXL += fate-cdxl-ham6 -fate-cdxl-ham6: CMD = framecrc -i $(SAMPLES)/cdxl/cat.cdxl -an -frames:v 16 +fate-cdxl-ham6: CMD = framecrc -i $(TARGET_SAMPLES)/cdxl/cat.cdxl -an -frames:v 16 FATE_CDXL += fate-cdxl-ham8 -fate-cdxl-ham8: CMD = framecrc -i $(SAMPLES)/cdxl/mirage.cdxl -an -frames:v 1 +fate-cdxl-ham8: CMD = framecrc -i $(TARGET_SAMPLES)/cdxl/mirage.cdxl -an -frames:v 1 FATE_CDXL += fate-cdxl-pal8 -fate-cdxl-pal8: CMD = framecrc -i $(SAMPLES)/cdxl/maku.cdxl -pix_fmt rgb24 -frames:v 11 +fate-cdxl-pal8: CMD = framecrc -i $(TARGET_SAMPLES)/cdxl/maku.cdxl -pix_fmt rgb24 -frames:v 11 FATE_CDXL += fate-cdxl-pal8-small -fate-cdxl-pal8-small: CMD = framecrc -i $(SAMPLES)/cdxl/fruit.cdxl -an -pix_fmt rgb24 -frames:v 46 +fate-cdxl-pal8-small: CMD = framecrc -i $(TARGET_SAMPLES)/cdxl/fruit.cdxl -an -pix_fmt rgb24 -frames:v 46 FATE_CDXL-$(call DEMDEC, CDXL, CDXL) += $(FATE_CDXL) |