[FFmpeg-cvslog] configure: Support MSYS2 mingw-w64 64bit

Luca Barbato git at videolan.org
Tue Feb 16 18:34:58 CET 2016


ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Sat Feb  6 12:07:47 2016 +0100| [a38a4f44b5c719f21e06da8d4f7d7aa9f4e190a6] | committer: Luca Barbato

configure: Support MSYS2 mingw-w64 64bit

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

 configure |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 8af0dcc..d16ee68 100755
--- a/configure
+++ b/configure
@@ -2834,7 +2834,7 @@ fi
 
 exesuf() {
     case $1 in
-        mingw32*|win32|win64|cygwin*|*-dos|freedos|opendos|os/2*|symbian) echo .exe ;;
+        mingw32*|mingw64*|win32|win64|cygwin*|*-dos|freedos|opendos|os/2*|symbian) echo .exe ;;
     esac
 }
 
@@ -3750,7 +3750,7 @@ case $target_os in
     msys*)
         die "Native MSYS builds are discouraged, please use the MINGW environment.";
         ;;
-    mingw32*)
+    mingw32*|mingw64*)
         if test $target_os = "mingw32ce"; then
             disable network
         else



More information about the ffmpeg-cvslog mailing list