[FFmpeg-cvslog] test/fate: Add missing exe suffix to h265_levels test.

Carl Eugen Hoyos git at videolan.org
Tue Jan 28 01:03:22 EET 2020


ffmpeg | branch: master | Carl Eugen Hoyos <ceffmpeg at gmail.com> | Tue Jan 28 00:02:01 2020 +0100| [d89f69e1424c04cb5ec7c3cbbf19802865c27ea6] | committer: Carl Eugen Hoyos

test/fate: Add missing exe suffix to h265_levels test.

Fixes fate on WSL using mingw.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d89f69e1424c04cb5ec7c3cbbf19802865c27ea6
---

 tests/fate/libavcodec.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/fate/libavcodec.mak b/tests/fate/libavcodec.mak
index d9b26bae93..747dae3704 100644
--- a/tests/fate/libavcodec.mak
+++ b/tests/fate/libavcodec.mak
@@ -53,7 +53,7 @@ fate-h264-levels: REF = /dev/null
 
 FATE_LIBAVCODEC-$(CONFIG_HEVC_METADATA_BSF) += fate-h265-levels
 fate-h265-levels: libavcodec/tests/h265_levels$(EXESUF)
-fate-h265-levels: CMD = run libavcodec/tests/h265_levels
+fate-h265-levels: CMD = run libavcodec/tests/h265_levels$(EXESUF)
 fate-h265-levels: REF = /dev/null
 
 FATE_LIBAVCODEC-$(CONFIG_IIRFILTER) += fate-iirfilter



More information about the ffmpeg-cvslog mailing list