[vlc-devel] commit: WinCE: use -avoid-version for libvlc and libvlccore ( Geoffroy Couprie )

git version control git at videolan.org
Sat Jan 3 01:42:40 CET 2009


vlc | branch: master | Geoffroy Couprie <geo.couprie at gmail.com> | Sat Jan  3 01:34:30 2009 +0100| [740567b533cb37f3a28d7186ff00ebcfdc4253be] | committer: Geoffroy Couprie 

WinCE: use -avoid-version for libvlc and libvlccore

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

 src/Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 8507f90..0fe5b54 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -167,6 +167,9 @@ AM_LDFLAGS = -no-undefined
 if HAVE_WIN32
 AM_LDFLAGS += -avoid-version
 endif
+if HAVE_WINCE
+AM_LDFLAGS += -avoid-version
+endif
 
 libvlccore_la_SOURCES = $(SOURCES_libvlc)
 nodist_libvlccore_la_SOURCES = misc/revision.c




More information about the vlc-devel mailing list