[vlc-devel] commit: add -no-undefined for WinCE (Geoffroy Couprie )

git version control git at videolan.org
Tue Nov 4 08:23:27 CET 2008


vlc | branch: master | Geoffroy Couprie <geo.couprie at gmail.com> | Sun Nov  2 19:59:38 2008 +0100| [f57c5bdcf9eec8b7ecfe94c53503bb3aaba2e264] | committer: Geoffroy Couprie 

add -no-undefined for WinCE

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

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

diff --git a/modules/common.am b/modules/common.am
index 3903627..233e17a 100644
--- a/modules/common.am
+++ b/modules/common.am
@@ -28,6 +28,11 @@ if HAVE_WIN32
 AM_LDFLAGS += -no-undefined
 AM_LIBADD += $(LTLIBVLCCORE)
 endif
+if HAVE_WINCE
+# Same for Windows CE
+AM_LDFLAGS += -no-undefined
+AM_LIBADD += $(LTLIBVLCCORE)
+endif
 
 include $(srcdir)/Modules.am
 




More information about the vlc-devel mailing list