[FFmpeg-cvslog] tests/Makefile: Fix path for creation of ffprobe-test.nut.

Carl Eugen Hoyos git at videolan.org
Fri Nov 14 17:35:37 CET 2014


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Fri Nov 14 17:30:16 2014 +0100| [cde0ad5ea780b1fef1890b3f55d8e6e3e1bdf96f] | committer: Carl Eugen Hoyos

tests/Makefile: Fix path for creation of ffprobe-test.nut.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cde0ad5ea780b1fef1890b3f55d8e6e3e1bdf96f
---

 tests/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Makefile b/tests/Makefile
index 19800dd..7ef8132 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
 



More information about the ffmpeg-cvslog mailing list