Skip to content

Commit

Permalink
Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
topilski committed Aug 23, 2020
1 parent be81e26 commit f2064a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmake
6 changes: 3 additions & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ IF(FFMPEG_LIBSWRESAMPLE)
SET(CONFIG_SWRESAMPLE 1)
ENDIF(FFMPEG_LIBSWRESAMPLE)

FIND_PACKAGE(FastoTvProtocol REQUIRED)
FIND_PACKAGE(FastoTvCPP REQUIRED)
FIND_PACKAGE(FastoPlayer REQUIRED)
SET_DESKTOP_TARGET()

Expand Down Expand Up @@ -407,7 +407,7 @@ SET(TV_PLAYER_INCLUDE_DIRECTORIES
${SOURCE_ROOT}/third-party/ini
${DEPENDENS_CLIENT_INCLUDE_DIRS}
${COMMON_INCLUDE_DIRS}
${FASTOTV_PROTOCOL_INCLUDE_DIRS}
${FASTOTV_CPP_INCLUDE_DIRS}
${FASTO_PLAYER_INCLUDE_DIRS}
${SDL2_INCLUDE_DIRS}
${FREETYPE_INCLUDE_DIRS}
Expand All @@ -419,7 +419,7 @@ SET(TV_PLAYER_INCLUDE_DIRECTORIES

SET(TV_PLAYER_LIBRARIES
${FASTO_PLAYER_LIBRARIES}
${FASTOTV_PROTOCOL_LIBRARIES}
${FASTOTV_CPP_LIBRARIES}
${FFMPEG_LIBRARIES}
${COMMON_EV_LIBRARIES}
${COMMON_BASE_LIBRARY}
Expand Down

0 comments on commit f2064a0

Please sign in to comment.