]> git.sesse.net Git - ffmpeg/commitdiff
fate: add prog suffix in fate-mov-mp4-with-mov-in24-ver
authorGyan Doshi <ffmpeg@gyani.pro>
Mon, 10 Dec 2018 15:14:33 +0000 (20:44 +0530)
committerGyan Doshi <ffmpeg@gyani.pro>
Tue, 11 Dec 2018 15:21:17 +0000 (20:51 +0530)
Prevent test failure with builds that set a suffix and/or
extension for the ffprobe binary

tests/fate/mov.mak

index 4df0fe64906dd9de25aeed4bcc643cc3c50b24a8..8ed66cf1355d0f69174ca61b4d65d325f9df2d1d 100644 (file)
@@ -123,4 +123,4 @@ fate-mov-faststart-4gb-overflow: CMD = run tools/qt-faststart$(EXESUF) $(TARGET_
 fate-mov-faststart-4gb-overflow: CMP = oneline
 fate-mov-faststart-4gb-overflow: REF = bc875921f151871e787c4b4023269b29
 
-fate-mov-mp4-with-mov-in24-ver: CMD = run ffprobe -show_entries stream=codec_name -select_streams 1 $(TARGET_SAMPLES)/mov/mp4-with-mov-in24-ver.mp4
+fate-mov-mp4-with-mov-in24-ver: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_entries stream=codec_name -select_streams 1 $(TARGET_SAMPLES)/mov/mp4-with-mov-in24-ver.mp4