[vlc-devel] commit: VLC needs pthread ( Rémi Denis-Courmont )

git version control git at videolan.org
Thu Jan 21 19:15:30 CET 2010


vlc-1.0-bugfix | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jan 21 20:12:59 2010 +0200| [9a9ca6b8544a2217a8c91a5a11731c29619efba2] | committer: Rémi Denis-Courmont 

VLC needs pthread

(cherry picked from commit 1f673a2a4866dfd5a0ff68adc9fddb772fa73ca6)

> http://git.videolan.org/gitweb.cgi/vlc-1.0-bugfix.git/?a=commit;h=9a9ca6b8544a2217a8c91a5a11731c29619efba2
---

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

diff --git a/configure.ac b/configure.ac
index c40c589..35d2ea9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -839,7 +839,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