[vlc-devel] commit: contrib: fix link flags for live555 on WinCE (Pierre Ynard )

git version control git at videolan.org
Thu Jan 21 12:17:43 CET 2010


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Thu Jan 21 12:16:37 2010 +0100| [e43476119b2eaf46eaed71e5d72195a2b7fa9507] | committer: Pierre Ynard 

contrib: fix link flags for live555 on WinCE

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

 extras/contrib/src/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index fc3039e..3d61af8 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1231,6 +1231,7 @@ ifdef HAVE_WIN32
 	(cd $<;./genMakefiles mingw && make $(HOSTCC))
 else
 ifdef HAVE_WINCE
+	(cd $<; sed -e 's/-lws2_32/-lws2/g' -i.orig config.mingw)
 	(cd $<;./genMakefiles mingw && make $(HOSTCC))
 else
 ifdef HAVE_DARWIN_OS




More information about the vlc-devel mailing list