[FFmpeg-cvslog] win{32,64}: Hard disable symbol versioning
Derek Buitenhuis
git at videolan.org
Wed Nov 20 04:45:12 CET 2013
ffmpeg | branch: master | Derek Buitenhuis <derek.buitenhuis at gmail.com> | Tue Nov 19 17:53:00 2013 +0000| [03f6d4e0f168fe4fab13e14c3f370b5c09ccef3a] | committer: Derek Buitenhuis
win{32,64}: Hard disable symbol versioning
ICL doesn't return an error on unknown parameters, and will
always pass the symver_gnu_asm test, and since Windows
never has symbol versioning, just always disable it.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=03f6d4e0f168fe4fab13e14c3f370b5c09ccef3a
---
configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure b/configure
index 3690904..05dbca7 100755
--- a/configure
+++ b/configure
@@ -3222,6 +3222,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.
More information about the ffmpeg-cvslog
mailing list