include FFMPEG_INCLUDE_DIRS for third-party/cbs module
This commit is contained in:
parent
6749b64ed5
commit
64e1132579
1 changed files with 2 additions and 2 deletions
4
third-party/cbs/CMakeLists.txt
vendored
4
third-party/cbs/CMakeLists.txt
vendored
|
|
@ -46,8 +46,8 @@ config.h
|
|||
|
||||
include_directories(include)
|
||||
|
||||
if(DEFINED SUNSHINE_PREPARED_BINARIES)
|
||||
include_directories(${SUNSHINE_PREPARED_BINARIES}/include)
|
||||
if(DEFINED FFMPEG_INCLUDE_DIRS)
|
||||
include_directories(${FFMPEG_INCLUDE_DIRS})
|
||||
endif()
|
||||
|
||||
add_compile_definitions(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue