mirror of https://github.com/procxx/kepka.git
Use installed opus on non-Windows.
This commit is contained in:
parent
5b787a6759
commit
998b36f014
|
@ -766,6 +766,10 @@ else()
|
|||
)
|
||||
endif()
|
||||
|
||||
if (NOT WIN32)
|
||||
target_compile_definitions(lib_tgvoip PRIVATE TGVOIP_USE_INSTALLED_OPUS)
|
||||
endif()
|
||||
|
||||
target_include_directories(lib_tgvoip
|
||||
PUBLIC
|
||||
${tgvoip_loc}
|
||||
|
|
Loading…
Reference in New Issue