1
0
Fork 0
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:
Derek Dai 2017-04-23 22:18:46 +08:00
parent e48e7ffe4c
commit 8a2ac463bd

View file

@ -11,8 +11,6 @@ set(miracle-dispd_SRCS ../ctl/ctl-cli.c
include_directories(${CMAKE_SOURCE_DIR}/src/ctl
${CMAKE_BINARY_DIR}
${GSTREAMER_INCLUDE_DIRS}
${GSTREAMER_BASE_INCLUDE_DIRS}
${CMAKE_SOURCE_DIR}/src
${CMAKE_SOURCE_DIR}/src/shared)
@ -30,7 +28,5 @@ endif(READLINE_FOUND)
target_link_libraries(miracle-dispd
miracle-shared
${GSTREAMER_LIBRARIES}
${GSTREAMER_BASE_LIBRARIES}
${READLINE_LIBRARY})