Skip to content
Permalink
Browse files
Fixed the missing OPUS include path
  • Loading branch information
Wohlstand committed Jan 9, 2019
1 parent d359c26 commit 619bd656f709582424fb8e698da2c9396c8801b3
Showing 1 changed file with 5 additions and 0 deletions.
@@ -191,6 +191,11 @@ if(USE_OPUS)
find_library(LIBOPUSFILE_LIB NAMES opusfile)
find_library(LIBOPUS_LIB NAMES opusfile)
message("Opus: ${LIBOPUS_INCLUDE_DIR} ${LIBOPUSFILE_LIB} ${LIBOPUS_LIB}")
if(FOUND_OPUS)
list(APPEND SDL_MIXER_INCLUDE_PATHS
${LIBOPUS_INCLUDE_DIR}/opus
)
endif()
else()
set(FOUND_OPUS 1)
if(DOWNLOAD_AUDIO_CODECS_DEPENDENCY)

0 comments on commit 619bd65

Please sign in to comment.