forked from FFmpeg/FFmpeg
Merge commit 'e08c946c6860a78b0c479551d5f6735361160cbd'
* commit 'e08c946c6860a78b0c479551d5f6735361160cbd': configure: Explicitly disable PIC when targeting win32/mingw Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
6585275e79
1 changed files with 2 additions and 0 deletions
2
configure
vendored
2
configure
vendored
|
@ -3384,6 +3384,7 @@ case $target_os in
|
|||
objformat="win32"
|
||||
ranlib=:
|
||||
enable dos_paths
|
||||
disable pic
|
||||
;;
|
||||
win32|win64)
|
||||
if enabled shared; then
|
||||
|
@ -3408,6 +3409,7 @@ case $target_os in
|
|||
objformat="win32"
|
||||
ranlib=:
|
||||
enable dos_paths
|
||||
disable pic
|
||||
;;
|
||||
cygwin*)
|
||||
target_os=cygwin
|
||||
|
|
Loading…
Add table
Reference in a new issue