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/filter-audio.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/filter-audio.mak')
-rw-r--r-- | tests/fate/filter-audio.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/filter-audio.mak b/tests/fate/filter-audio.mak index bab1685f79..9bf148ceb6 100644 --- a/tests/fate/filter-audio.mak +++ b/tests/fate/filter-audio.mak @@ -20,7 +20,7 @@ $(FATE_AMIX): CMP = oneoff $(FATE_AMIX): CMP_UNIT = f32 FATE_AFILTER-$(call FILTERDEMDECMUX, ASYNCTS, FLV, NELLYMOSER, PCM_S16LE) += fate-filter-asyncts -fate-filter-asyncts: SRC = $(SAMPLES)/nellymoser/nellymoser-discont.flv +fate-filter-asyncts: SRC = $(TARGET_SAMPLES)/nellymoser/nellymoser-discont.flv fate-filter-asyncts: CMD = pcm -analyzeduration 10000000 -i $(SRC) -af asyncts fate-filter-asyncts: CMP = oneoff fate-filter-asyncts: REF = $(SAMPLES)/nellymoser/nellymoser-discont.pcm |