mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
miracle-dispd: do not link with gstreamer libraries
Change-Id: Ie178235579429647de6e7e4cf738ce814e835424
This commit is contained in:
parent
e48e7ffe4c
commit
8a2ac463bd
1 changed files with 0 additions and 4 deletions
|
@ -11,8 +11,6 @@ set(miracle-dispd_SRCS ../ctl/ctl-cli.c
|
||||||
|
|
||||||
include_directories(${CMAKE_SOURCE_DIR}/src/ctl
|
include_directories(${CMAKE_SOURCE_DIR}/src/ctl
|
||||||
${CMAKE_BINARY_DIR}
|
${CMAKE_BINARY_DIR}
|
||||||
${GSTREAMER_INCLUDE_DIRS}
|
|
||||||
${GSTREAMER_BASE_INCLUDE_DIRS}
|
|
||||||
${CMAKE_SOURCE_DIR}/src
|
${CMAKE_SOURCE_DIR}/src
|
||||||
${CMAKE_SOURCE_DIR}/src/shared)
|
${CMAKE_SOURCE_DIR}/src/shared)
|
||||||
|
|
||||||
|
@ -30,7 +28,5 @@ endif(READLINE_FOUND)
|
||||||
|
|
||||||
target_link_libraries(miracle-dispd
|
target_link_libraries(miracle-dispd
|
||||||
miracle-shared
|
miracle-shared
|
||||||
${GSTREAMER_LIBRARIES}
|
|
||||||
${GSTREAMER_BASE_LIBRARIES}
|
|
||||||
${READLINE_LIBRARY})
|
${READLINE_LIBRARY})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue