[FFmpeg-cvslog] configure: msys also has .exe suffix
Timo Rothenpieler
git at videolan.org
Tue Jun 22 16:07:50 EEST 2021
ffmpeg | branch: master | Timo Rothenpieler <timo at rothenpieler.org> | 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
}
More information about the ffmpeg-cvslog
mailing list