aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-05-13 11:23:11 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-05-13 11:23:16 +0200
commit6585275e79cd2cc29472c84a4786106ee41f7924 (patch)
tree4723e0f96927b11c6a2f5dfb4aa16555abf0841a
parent352eb1f02f3c82fa26053f61a7709770beea9700 (diff)
parente08c946c6860a78b0c479551d5f6735361160cbd (diff)
downloadffmpeg-6585275e79cd2cc29472c84a4786106ee41f7924.tar.gz
Merge commit 'e08c946c6860a78b0c479551d5f6735361160cbd'
* commit 'e08c946c6860a78b0c479551d5f6735361160cbd': configure: Explicitly disable PIC when targeting win32/mingw Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 572701c3b1..f55245e2a9 100755
--- a/configure
+++ b/configure
@@ -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