[vlc-devel] commit: Restore -no-undefined on Win32 ( Rémi Denis-Courmont )

git version control git at videolan.org
Wed Oct 22 19:48:03 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Wed Oct 22 20:47:51 2008 +0300| [ec525f6973f5e5dd4a7015d002f3e8816be4340e] | committer: Rémi Denis-Courmont 

Restore -no-undefined on Win32

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ec525f6973f5e5dd4a7015d002f3e8816be4340e
---

 modules/common.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/common.am b/modules/common.am
index ec9783e..3903627 100644
--- a/modules/common.am
+++ b/modules/common.am
@@ -25,6 +25,7 @@ AM_LDFLAGS = -rpath '$(libvlcdir)' \
 AM_LIBADD = `$(VLC_CONFIG) -libs plugin $@`
 if HAVE_WIN32
 # Windows does not support undefined symbols
+AM_LDFLAGS += -no-undefined
 AM_LIBADD += $(LTLIBVLCCORE)
 endif
 




More information about the vlc-devel mailing list