blob: d917fe65e5555f0dd9bd60b4c4c2f0d1bcdd8fb8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/protocols/jabber/libjingle/CMakeLists.txt b/protocols/jabber/libjingle/CMakeLists.txt
index 7ea8c3eb6..4b73085b8 100644
--- a/protocols/jabber/libjingle/CMakeLists.txt
+++ b/protocols/jabber/libjingle/CMakeLists.txt
@@ -288,6 +288,7 @@ set ( call_LIBS
${MEDIASTREAMER_LIBRARIES}
${LIBORTP_LIBRARY}
${CMAKE_DL_LIBS}
+ pthread
)
if ( NOT WIN32 )
|