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:
authorJames Almer <jamrial@gmail.com>2013-09-18 07:55:58 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-09-19 00:59:40 +0400
commit93439e8b6f434a1f14a1834c3024f95f8d996afa (patch)
tree6c2b0bc9c68839944980694cfa138d622cd62c0f /tests
parent164e0e544fc74877886844e1bf647a8a8a8fa48c (diff)
fate: Fix exif tests ffprobe dependency
Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests')
-rw-r--r--tests/fate/exif.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/exif.mak b/tests/fate/exif.mak
index 3953b62b95..e456bbd765 100644
--- a/tests/fate/exif.mak
+++ b/tests/fate/exif.mak
@@ -11,4 +11,4 @@ FATE_SAMPLES_EXIF-$(call ALLYES, MP3_DEMUXER IMAGE2_DEMUXER MJPEG_DECODER) += fa
fate-exif-image-embedded: CMD = probeframes $(TARGET_SAMPLES)/exif/embedded_small.mp3
# add all -yes targets to the tested targets
-FATE_SAMPLES_FFMPEG += $(FATE_SAMPLES_EXIF-yes)
+FATE_SAMPLES_FFPROBE += $(FATE_SAMPLES_EXIF-yes)