summaryrefslogtreecommitdiffstats
path: root/mpeglib
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-12-27 14:12:10 +0900
committerMichele Calgaro <[email protected]>2024-12-27 18:28:41 +0900
commit1bbc86f7b626b7754fba76d992b367e734991291 (patch)
treebd5be534bd3bae27fa656bb8c25cfb15fc962163 /mpeglib
parent5c6479b287f1705f83156d3913e4830810f69a8f (diff)
downloadtdemultimedia-1bbc86f7b626b7754fba76d992b367e734991291.tar.gz
tdemultimedia-1bbc86f7b626b7754fba76d992b367e734991291.zip
Replace pthread and dl linking with cmake-based variablesHEADmaster
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'mpeglib')
-rw-r--r--mpeglib/lib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpeglib/lib/CMakeLists.txt b/mpeglib/lib/CMakeLists.txt
index ad500d03..7b3dab41 100644
--- a/mpeglib/lib/CMakeLists.txt
+++ b/mpeglib/lib/CMakeLists.txt
@@ -63,7 +63,7 @@ tde_add_library( mpeg SHARED
mcop kmedia2_idl soundserver_idl artsflow_idl artsmodules-shared
X11 ${XEXT_LIBRARIES} m ${XV_LIBRARIES} ${DGA_LIBRARIES} ${XVIDMODE_LIBRARIES}
${CDPARANOIA_LIBRARIES} ${OGG_LIBRARIES} ${VORBIS_LIBRARIES} ${VORBISFILE_LIBRARIES}
- pthread
+ ${CMAKE_THREAD_LIBS_INIT}
DESTINATION ${LIB_INSTALL_DIR}
)