[FFmpeg-devel] [PATCH] "configure" breaks on MSYS2 MINGW64

Peter Belkner pbelkner at snafu.de
Sat Sep 12 11:40:13 CEST 2015


On 12.09.2015 11:15, Geek.Song wrote:
> diff -u

-------------- next part --------------
--- ./a/ffmpeg/configure	2015-09-11 19:20:03.000000000 +0200
+++ ./b/ffmpeg/configure	2015-09-12 11:36:32.780600000 +0200
@@ -3297,7 +3297,7 @@
 
 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
 }
 
@@ -4342,7 +4342,7 @@
         enabled_any pic shared x86_64 ||
             { check_cflags -mdynamic-no-pic && add_asflags -mdynamic-no-pic; }
         ;;
-    mingw32*)
+    mingw32*|mingw64*)
         if test $target_os = "mingw32ce"; then
             disable network
         else


More information about the ffmpeg-devel mailing list