Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-09-28 04:58:35 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-09-28 04:58:35 +0400
commita96e3a3e77bdcc9ac8692f1547d867ec58a57e49 (patch)
tree4644915d453b5b4f465a879b61546f4b42d26cc6 /tests
parentb4c753487cf819213740d39c49b7bdc45338305d (diff)
tests/Makefile: fix ffprobe test dependancy
This fixes the ffprobe tests under mingw/wine Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 68620006cb..96d53c0a9b 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -30,7 +30,7 @@ tests/data/vsynth1.yuv: tests/videogen$(HOSTEXESUF) | tests/data
tests/data/vsynth2.yuv: tests/rotozoom$(HOSTEXESUF) | tests/data
$(M)$< $(SRC_PATH)/tests/lena.pnm $@
-tests/data/ffprobe-test.nut: ffmpeg$(HOSTEXESUF) | tests/data
+tests/data/ffprobe-test.nut: ffmpeg$(EXESUF) | tests/data
$(M)./$< \
-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 \