summaryrefslogtreecommitdiff
path: root/tests/fate/seek.mak
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2019-12-11 22:52:59 +0200
committerMartin Storsjö <martin@martin.st>2019-12-12 11:28:21 +0200
commite9bb1410e475426d9012ec7846820a991e3848a4 (patch)
tree638626069b3339979a5d785d3c0d4ce3a21568da /tests/fate/seek.mak
parentb85dcd8586e2a64356f1d9aac035aa3f63b72501 (diff)
fate: Fix use of target_path/target_samples
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'tests/fate/seek.mak')
-rw-r--r--tests/fate/seek.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/seek.mak b/tests/fate/seek.mak
index a15c9e919a..04f54ee6c4 100644
--- a/tests/fate/seek.mak
+++ b/tests/fate/seek.mak
@@ -260,7 +260,7 @@ fate-seek-extra-mp4: CMD = run libavformat/tests/seek$(EXESUF) $(TARGET_SAMPLES
fate-seek-empty-edit-mp4: CMD = run libavformat/tests/seek$(EXESUF) $(TARGET_SAMPLES)/mov/empty_edit_5s.mp4 -duration 15 -frames 4
fate-seek-test-iibbibb-mp4: CMD = run libavformat/tests/seek$(EXESUF) $(TARGET_SAMPLES)/mov/test_iibbibb.mp4 -duration 13 -frames 4
fate-seek-test-iibbibb-neg-ctts-mp4: CMD = run libavformat/tests/seek$(EXESUF) $(TARGET_SAMPLES)/mov/test_iibbibb_neg_ctts.mp4 -duration 13 -frames 4
-fate-seek-cache-pipe: CMD = cat $(TARGET_SAMPLES)/gapless/gapless.mp3 | run libavformat/tests/seek$(EXESUF) cache:pipe:0 -read_ahead_limit -1
+fate-seek-cache-pipe: CMD = cat $(SAMPLES)/gapless/gapless.mp3 | run libavformat/tests/seek$(EXESUF) cache:pipe:0 -read_ahead_limit -1
fate-seek-mkv-codec-delay: CMD = run libavformat/tests/seek$(EXESUF) $(TARGET_SAMPLES)/mkv/codec_delay_opus.mkv
FATE_SEEK_EXTRA += $(FATE_SEEK_EXTRA-yes)