You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
configure: fix build on mingw64 target with msys2
This commit is contained in:
committed by
Hendrik Leppkes
parent
de969904b1
commit
1d2beb686e
4
configure
vendored
4
configure
vendored
@@ -3297,7 +3297,7 @@ fi
|
|||||||
|
|
||||||
exesuf() {
|
exesuf() {
|
||||||
case $1 in
|
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
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -4342,7 +4342,7 @@ case $target_os in
|
|||||||
enabled_any pic shared x86_64 ||
|
enabled_any pic shared x86_64 ||
|
||||||
{ check_cflags -mdynamic-no-pic && add_asflags -mdynamic-no-pic; }
|
{ check_cflags -mdynamic-no-pic && add_asflags -mdynamic-no-pic; }
|
||||||
;;
|
;;
|
||||||
mingw32*)
|
mingw32*|mingw64*)
|
||||||
if test $target_os = "mingw32ce"; then
|
if test $target_os = "mingw32ce"; then
|
||||||
disable network
|
disable network
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user