diff options
author | Christophe Gisquet <christophe.gisquet@gmail.com> | 2015-10-14 19:18:27 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-10-16 14:02:12 +0200 |
commit | 42c1dcde683f949822335d5d909a2364acbd1fcd (patch) | |
tree | 551a2af7382e0790c4dc5cc5397446fa2f9eb47a /tests/fate/filter-video.mak | |
parent | 5e80a6cd315debe462feaf30b635c07cb0f44abb (diff) | |
download | ffmpeg-42c1dcde683f949822335d5d909a2364acbd1fcd.tar.gz |
fate: use PROGSSUF
May require exporting in the shell var PROGSUF when invoking a
shell script.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate/filter-video.mak')
-rw-r--r-- | tests/fate/filter-video.mak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak index 3c84210baa..c538db85bd 100644 --- a/tests/fate/filter-video.mak +++ b/tests/fate/filter-video.mak @@ -484,7 +484,7 @@ fate-filter-tile: CMD = video_filter "tile=3x3:nb_frames=5:padding=7:margin=2" tests/pixfmts.mak: TAG = GEN -tests/pixfmts.mak: ffmpeg$(EXESUF) +tests/pixfmts.mak: ffmpeg$(PROGSSUF)$(EXESUF) $(M)printf "PIXFMTS = " > $@ $(Q)$(TARGET_EXEC) $(TARGET_PATH)/$< -pix_fmts list 2> /dev/null | awk 'NR > 8 && /^IO/ { printf $$2 " " }' >> $@ $(Q)printf "\n" >> $@ @@ -579,7 +579,7 @@ FATE_AVCONV-$(call DEMDEC, IMAGE2, PGMYUV) += $(FATE_FILTER_VSYNTH-yes) # # Metadata tests # -FILTER_METADATA_COMMAND = ffprobe$(EXESUF) -of compact=p=0 -show_entries frame=pkt_pts:frame_tags -bitexact -f lavfi +FILTER_METADATA_COMMAND = ffprobe$(PROGSSUF)$(EXESUF) -of compact=p=0 -show_entries frame=pkt_pts:frame_tags -bitexact -f lavfi SCENEDETECT_DEPS = FFPROBE LAVFI_INDEV MOVIE_FILTER SELECT_FILTER SCALE_FILTER \ AVCODEC AVDEVICE MOV_DEMUXER SVQ3_DECODER ZLIB |