Commit 1f673a2a authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

VLC needs pthread

parent abf060c1
...@@ -803,7 +803,7 @@ if test "${THREAD_LIB}" = "error"; then ...@@ -803,7 +803,7 @@ if test "${THREAD_LIB}" = "error"; then
THREAD_LIB="" THREAD_LIB=""
fi fi
VLC_ADD_LIBS([libvlccore libvlc plugin],[${THREAD_LIB}]) VLC_ADD_LIBS([libvlccore libvlc vlc plugin],[${THREAD_LIB}])
AC_CHECK_LIB(rt, clock_nanosleep, [ AC_CHECK_LIB(rt, clock_nanosleep, [
VLC_ADD_LIBS([libvlccore],[-lrt]) VLC_ADD_LIBS([libvlccore],[-lrt])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment