[vlc-devel] commit: VLC needs pthread ( Rémi Denis-Courmont )
git version control
git at videolan.org
Thu Jan 21 19:13:19 CET 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jan 21 20:12:59 2010 +0200| [1f673a2a4866dfd5a0ff68adc9fddb772fa73ca6] | committer: Rémi Denis-Courmont
VLC needs pthread
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1f673a2a4866dfd5a0ff68adc9fddb772fa73ca6
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 0401405..9d44809 100644
--- a/configure.ac
+++ b/configure.ac
@@ -803,7 +803,7 @@ if test "${THREAD_LIB}" = "error"; then
THREAD_LIB=""
fi
-VLC_ADD_LIBS([libvlccore libvlc plugin],[${THREAD_LIB}])
+VLC_ADD_LIBS([libvlccore libvlc vlc plugin],[${THREAD_LIB}])
AC_CHECK_LIB(rt, clock_nanosleep, [
VLC_ADD_LIBS([libvlccore],[-lrt])
More information about the vlc-devel
mailing list