[vlc-devel] commit: WinCE: fix live555 detection/linkage (Pierre Ynard )
git version control
git at videolan.org
Tue Nov 10 23:10:02 CET 2009
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Tue Nov 10 23:09:29 2009 +0100| [50052f5152de29744d9fbb7a0603f2788eaf8eee] | committer: Pierre Ynard
WinCE: fix live555 detection/linkage
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=50052f5152de29744d9fbb7a0603f2788eaf8eee
---
configure.ac | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index 5642a68..00a89db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1937,6 +1937,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