diff options
author | aneejit1 <[email protected]> | 2020-06-10 21:01:09 +0000 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-06-12 17:11:12 +0900 |
commit | f9f98a058e7abbfd6ab01a462a1b8e3e4182b2b7 (patch) | |
tree | c48d097dbacadd2ea9c95cd083b9efdd88709fc7 | |
parent | 1f97c8160513f9f6b2a1cebb86d7735e0b80decf (diff) | |
download | kaffeine-f9f98a058e7abbfd6ab01a462a1b8e3e4182b2b7.tar.gz kaffeine-f9f98a058e7abbfd6ab01a462a1b8e3e4182b2b7.zip |
This resolves bug 3128
Signed-off-by: aneejit1 <[email protected]>
(cherry picked from commit 8c52a0b188f12a33a603006f0608af6e36bb1b69)
-rw-r--r-- | kaffeine/src/player-parts/gstreamer-part/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kaffeine/src/player-parts/gstreamer-part/CMakeLists.txt b/kaffeine/src/player-parts/gstreamer-part/CMakeLists.txt index 78b50af..1834a02 100644 --- a/kaffeine/src/player-parts/gstreamer-part/CMakeLists.txt +++ b/kaffeine/src/player-parts/gstreamer-part/CMakeLists.txt @@ -14,6 +14,9 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} ${TDE_LIB_DIR} + ${GSTREAMER_LIBRARY_DIRS} + ${GSTREAMER_PLUGIN_LIBRARY_DIRS} + ${GSTREAMER_VIDEO_LIBRARY_DIRS} ) @@ -34,7 +37,7 @@ tde_add_kpart( libgstreamerpart AUTOMOC tdeparts-shared kaffeinepart-shared ${GSTREAMER_LIBRARIES} - ${GSTREAMER_PLUGIN_LIBRARIE} + ${GSTREAMER_PLUGIN_LIBRARIES} ${GSTREAMER_VIDEO_LIBRARIES} DESTINATION ${PLUGIN_INSTALL_DIR} |