mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-27 21:40:34 +00:00
configure: Support MSYS2 mingw-w64 64bit
This commit is contained in:
parent
e280fe1329
commit
a38a4f44b5
4
configure
vendored
4
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user