ffmpeg | branch: master | Timo Rothenpieler <[email protected]> | Sat Jun 12 14:29:55 2021 +0200| [abe150c9de6a096b14b6d623c5be49b19afe92b2] | committer: Timo Rothenpieler
configure: msys also has .exe suffix > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=abe150c9de6a096b14b6d623c5be49b19afe92b2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index dbe66bbc4c..7886708f28 100755 --- a/configure +++ b/configure @@ -4417,7 +4417,7 @@ fi exesuf() { case $1 in - mingw32*|mingw64*|win32|win64|cygwin*|*-dos|freedos|opendos|os/2*|symbian) echo .exe ;; + mingw32*|mingw64*|msys*|win32|win64|cygwin*|*-dos|freedos|opendos|os/2*|symbian) echo .exe ;; esac } _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
