diff options
author | Michele Calgaro <[email protected]> | 2024-12-27 14:12:10 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-27 18:28:41 +0900 |
commit | 1bbc86f7b626b7754fba76d992b367e734991291 (patch) | |
tree | bd5be534bd3bae27fa656bb8c25cfb15fc962163 /mpeglib | |
parent | 5c6479b287f1705f83156d3913e4830810f69a8f (diff) | |
download | tdemultimedia-1bbc86f7b626b7754fba76d992b367e734991291.tar.gz tdemultimedia-1bbc86f7b626b7754fba76d992b367e734991291.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'mpeglib')
-rw-r--r-- | mpeglib/lib/CMakeLists.txt | 2 |
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} ) |