summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-11-20 04:21:31 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-11-20 04:21:36 +0100
commitbb7f3ddd42540f5e97efb44ad975dcb67c4e21e9 (patch)
treeb2895437d2e4cae1b073642375e7c3831a4b6ad2 /configure
parent61f40fbb528d6e25b78ce673826388e3493155c4 (diff)
parent03f6d4e0f168fe4fab13e14c3f370b5c09ccef3a (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: win{32,64}: Hard disable symbol versioning Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index dc9b861791..3f033695e4 100755
--- a/configure
+++ b/configure
@@ -3615,6 +3615,7 @@ case $target_os in
enable dos_paths
;;
win32|win64)
+ disable symver
if enabled shared; then
# Link to the import library instead of the normal static library
# for shared libs.