blob: 24f1455d6550584a499b5f26f65d474ed38d88a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -109,6 +109,7 @@ target_link_libraries(gstmfx
${SINK_BACKEND}
${PARSER}
stdc++
+ xcb-dri3
libmfx)
# Add uninstall target. Taken from the KDE4 scripts
@@ -116,7 +117,7 @@ configure_file("${CMAKE_CURRENT_SOURCE_D
add_custom_target(uninstall "${CMAKE_COMMAND}" -P "${CMAKE_BINARY_DIR}/cmake_uninstall.cmake")
install (TARGETS gstmfx
- LIBRARY DESTINATION gstreamer-1.0
+ LIBRARY DESTINATION lib/gstreamer-1.0
RUNTIME DESTINATION bin)
message("Build: " ${CMAKE_BUILD_TYPE})
|