[FFmpeg-cvslog] tests/Makefile: fix ffprobe-test.nut with target-exec

jamal git at videolan.org
Sun Oct 7 03:21:12 CEST 2012


ffmpeg | branch: master | jamal <jamrial at gmail.com> | Sun Oct  7 02:43:51 2012 +0200| [ffc1d959a0bb296bb3c83cd18ee447a0b8262c04] | committer: Michael Niedermayer

tests/Makefile: fix ffprobe-test.nut with target-exec

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

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

diff --git a/tests/Makefile b/tests/Makefile
index 96d53c0..4db9449 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -31,7 +31,7 @@ tests/data/vsynth2.yuv: tests/rotozoom$(HOSTEXESUF) | tests/data
 	$(M)$< $(SRC_PATH)/tests/lena.pnm $@
 
 tests/data/ffprobe-test.nut: ffmpeg$(EXESUF) | tests/data
-	$(M)./$< \
+	$(M)$(TARGET_EXEC) ./$< \
         -f lavfi -i "aevalsrc=sin(400*PI*2*t)::d=0.125[out0]; testsrc=d=0.125[out1]; testsrc=s=100x100:d=0.125[out2]" \
         -f ffmetadata -i $(SRC_PATH)/tests/test.ffmeta \
         -flags +bitexact -map 0:0 -map 0:1 -map 0:2 -map_metadata 1 \



More information about the ffmpeg-cvslog mailing list