Skip to content

Commit

Permalink
[cmake] fix dependencies on cpluff
Browse files Browse the repository at this point in the history
  • Loading branch information
wsnipex authored and FernetMenta committed Sep 17, 2015
1 parent 392c32e commit aee8a01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xbmc/cores/AudioEngine/CMakeLists.txt
Expand Up @@ -46,4 +46,4 @@ endif()
include_directories(${CMAKE_CURRENT_SOURCE_DIR})

core_add_library(audioengine)
add_dependencies(audioengine ffmpeg)
add_dependencies(audioengine libcpluff ffmpeg)
2 changes: 1 addition & 1 deletion xbmc/cores/paplayer/CMakeLists.txt
Expand Up @@ -4,4 +4,4 @@ set(SOURCES AudioDecoder.cpp
VideoPlayerCodec.cpp)

core_add_library(paplayer)
add_dependencies(paplayer ffmpeg)
add_dependencies(paplayer libcpluff ffmpeg)
1 change: 1 addition & 0 deletions xbmc/events/CMakeLists.txt
Expand Up @@ -5,3 +5,4 @@ set(SOURCES AddonEvent.cpp
MediaLibraryEvent.cpp)

core_add_library(events)
add_dependencies(events libcpluff)

0 comments on commit aee8a01

Please sign in to comment.