diff options
author | jamal <jamrial@gmail.com> | 2012-10-07 02:43:51 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-10-07 03:20:36 +0200 |
commit | ffc1d959a0bb296bb3c83cd18ee447a0b8262c04 (patch) | |
tree | 440fc78b6e317fec59872ce8feb6d5d600b74eca /tests/Makefile | |
parent | 19a4e103601919d5a385dba9e4a05e1834850259 (diff) | |
download | ffmpeg-ffc1d959a0bb296bb3c83cd18ee447a0b8262c04.tar.gz |
tests/Makefile: fix ffprobe-test.nut with target-exec
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 96d53c0a9b..4db94495b3 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 \ |