diff options
author | Slávek Banko <[email protected]> | 2018-06-08 02:04:22 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-06-08 02:04:38 +0200 |
commit | 68c89a9ce90e6911364e2e69305dcb43274eb650 (patch) | |
tree | 8eeb79a9bcaa16a79eafc9836d621d0f214afae3 /mpeglib/lib/CMakeLists.txt | |
parent | 53bd3f321c8f3b7157905f31876e370c6a356598 (diff) | |
download | tdemultimedia-68c89a9ce90e6911364e2e69305dcb43274eb650.tar.gz tdemultimedia-68c89a9ce90e6911364e2e69305dcb43274eb650.zip |
cmake: Fix build of ogg plugin in mpeglib
This relates to bug 2844
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit d81209c6f41eb3f939b8d380c4326adf8b886403)
Diffstat (limited to 'mpeglib/lib/CMakeLists.txt')
-rw-r--r-- | mpeglib/lib/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mpeglib/lib/CMakeLists.txt b/mpeglib/lib/CMakeLists.txt index 0cb4b49a..a2e324fe 100644 --- a/mpeglib/lib/CMakeLists.txt +++ b/mpeglib/lib/CMakeLists.txt @@ -62,6 +62,7 @@ tde_add_library( mpeg SHARED LINK mcop kmedia2_idl soundserver_idl artsflow_idl artsmodules-shared X11 ${XEXT_LIBRARIES} m ${XV_LIBRARIES} ${DGA_LIBRARIES} ${XVIDMODE_LIBRARIES} - ${CDPARANOIA_LIBRARIES} ${VORBIS_LIBRARIES} ${VORBISFILE_LIBRARIES} pthread + ${CDPARANOIA_LIBRARIES} ${OGG_LIBRARIES} ${VORBIS_LIBRARIES} ${VORBISFILE_LIBRARIES} + pthread DESTINATION ${LIB_INSTALL_DIR} ) |