1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

Merge remote-tracking branch 'qatar/master'

* qatar/master:
  win{32,64}: Hard disable symbol versioning

Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-11-20 04:21:31 +01:00
commit bb7f3ddd42

1
configure vendored
View File

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