1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

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:
Michael Niedermayer 2013-05-13 11:23:11 +02:00
commit 6585275e79

2
configure vendored
View File

@ -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