[vlc-devel] commit: WinCE: fix live555 detection/linkage (Pierre Ynard )

git version control git at videolan.org
Thu Nov 12 07:40:22 CET 2009


vlc | branch: 1.0-bugfix | Pierre Ynard <linkfanel at yahoo.fr> | Tue Nov 10 23:09:29 2009 +0100| [1e90c0a875293198b9f40818853b023253d7d6f4] | committer: Pierre Ynard 

WinCE: fix live555 detection/linkage
(cherry picked from commit 50052f5152de29744d9fbb7a0603f2788eaf8eee)

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

 configure.ac |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index 2b76420..e7bea3e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1952,6 +1952,9 @@ lternatively you can use --disable-live555 to disable the liveMedia plugin.])
       if test "${SYS}" = "mingw32"; then
         # add ws2_32 for closesocket, select, recv
         other_libs="$other_libs -lws2_32"
+      elif test "${SYS}" = "mingwce"; then
+        # add ws2 for closesocket, select, recv
+        other_libs="$other_libs -lws2"
       fi
     dnl We need to check for pic because live555 don't provide shared libs
     dnl and we want to build a plugins so we need -fPIC on some arch.




More information about the vlc-devel mailing list