diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-06-11 08:38:11 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-06-11 08:38:16 +0200 |
commit | f556f27d298ab685842b5bc33142f15611e89291 (patch) | |
tree | cfb6246c7df39d70ce4e2cb4ed67020a471a8911 | |
parent | 1603c9bd9caf5b3843fa00d5e1a62fc0480065c0 (diff) | |
parent | 3fd0d166aa240ef547482d1af397c4a653031c2d (diff) | |
download | ffmpeg-f556f27d298ab685842b5bc33142f15611e89291.tar.gz |
Merge commit '3fd0d166aa240ef547482d1af397c4a653031c2d'
* commit '3fd0d166aa240ef547482d1af397c4a653031c2d':
configure: Don't explicitly disable PIC for windows targets
Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-x | configure | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -3476,7 +3476,6 @@ case $target_os in objformat="win32" ranlib=: enable dos_paths - disable pic ;; win32|win64) if enabled shared; then @@ -3501,7 +3500,6 @@ case $target_os in objformat="win32" ranlib=: enable dos_paths - disable pic ;; cygwin*) target_os=cygwin @@ -3516,7 +3514,6 @@ case $target_os in SHFLAGS='-shared -Wl,--out-implib,$(SUBDIR)lib$(FULLNAME).dll.a' objformat="win32" enable dos_paths - disable pic ;; *-dos|freedos|opendos) network_extralibs="-lsocket" |