mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-02-25 03:40:35 +00:00
Merge pull request #98 from luk1337/master
include FFMPEG_INCLUDE_DIRS for third-party/cbs module
This commit is contained in:
commit
4024378772
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…
x
Reference in New Issue
Block a user