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/pcm.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/pcm.mak')
-rw-r--r-- | tests/fate/pcm.mak | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/fate/pcm.mak b/tests/fate/pcm.mak index c84de9e47f..116b50f10d 100644 --- a/tests/fate/pcm.mak +++ b/tests/fate/pcm.mak @@ -1,26 +1,26 @@ FATE_SAMPLES_PCM += fate-iff-pcm -fate-iff-pcm: CMD = md5 -i $(SAMPLES)/iff/Bells -f s16le +fate-iff-pcm: CMD = md5 -i $(TARGET_SAMPLES)/iff/Bells -f s16le FATE_SAMPLES_PCM += fate-pcm_dvd -fate-pcm_dvd: CMD = framecrc -i $(SAMPLES)/pcm-dvd/coolitnow-partial.vob -vn +fate-pcm_dvd: CMD = framecrc -i $(TARGET_SAMPLES)/pcm-dvd/coolitnow-partial.vob -vn FATE_SAMPLES_PCM += fate-pcm-planar -fate-pcm-planar: CMD = framecrc -i $(SAMPLES)/ea-mad/xeasport.mad -vn +fate-pcm-planar: CMD = framecrc -i $(TARGET_SAMPLES)/ea-mad/xeasport.mad -vn FATE_SAMPLES_PCM += fate-pcm_s16be-stereo -fate-pcm_s16be-stereo: CMD = md5 -i $(SAMPLES)/qt-surge-suite/surge-2-16-B-twos.mov -f s16le +fate-pcm_s16be-stereo: CMD = md5 -i $(TARGET_SAMPLES)/qt-surge-suite/surge-2-16-B-twos.mov -f s16le FATE_SAMPLES_PCM += fate-pcm_s16le-stereo -fate-pcm_s16le-stereo: CMD = md5 -i $(SAMPLES)/qt-surge-suite/surge-2-16-L-sowt.mov -f s16le +fate-pcm_s16le-stereo: CMD = md5 -i $(TARGET_SAMPLES)/qt-surge-suite/surge-2-16-L-sowt.mov -f s16le FATE_SAMPLES_PCM += fate-pcm_u8-mono -fate-pcm_u8-mono: CMD = md5 -i $(SAMPLES)/qt-surge-suite/surge-1-8-raw.mov -f s16le +fate-pcm_u8-mono: CMD = md5 -i $(TARGET_SAMPLES)/qt-surge-suite/surge-1-8-raw.mov -f s16le FATE_SAMPLES_PCM += fate-pcm_u8-stereo -fate-pcm_u8-stereo: CMD = md5 -i $(SAMPLES)/qt-surge-suite/surge-2-8-raw.mov -f s16le +fate-pcm_u8-stereo: CMD = md5 -i $(TARGET_SAMPLES)/qt-surge-suite/surge-2-8-raw.mov -f s16le FATE_SAMPLES_PCM += fate-w64 -fate-w64: CMD = crc -i $(SAMPLES)/w64/w64-pcm16.w64 +fate-w64: CMD = crc -i $(TARGET_SAMPLES)/w64/w64-pcm16.w64 FATE_PCM += fate-dcinema-encode fate-dcinema-encode: tests/data/asynth-96000-6.wav |