summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2014-11-14 17:30:16 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2014-11-14 17:35:26 +0100
commitcde0ad5ea780b1fef1890b3f55d8e6e3e1bdf96f (patch)
treec723d48dc5ada29d600ed76eed95709fab2c793a /tests/Makefile
parent00df32f6a9c497a6ec6b71cf6c2360957a6d7e6c (diff)
tests/Makefile: Fix path for creation of ffprobe-test.nut.
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 19800ddff4..7ef81329a3 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -47,7 +47,7 @@ tests/data/ffprobe-test.nut: ffmpeg$(EXESUF) tests/test_copy.ffmeta
-flags +bitexact -map 0:0 -map 0:1 -map 0:2 -map_metadata 1 \
-map_metadata:s:0 1:s:0 -map_metadata:s:1 1:s:1 \
-vcodec rawvideo -acodec pcm_s16le \
- -y $@ 2>/dev/null
+ -y $(TARGET_PATH)/$@ 2>/dev/null
tests/data/%.sw tests/data/asynth% tests/data/vsynth%.yuv tests/vsynth%/00.pgm tests/data/%.nut: TAG = GEN