- add oboe audio library
This commit is contained in:
@@ -86,6 +86,10 @@ if (CMAKE_SYSTEM MATCHES "Darwin*")
|
|||||||
add_definitions (-DTARGET_OSX)
|
add_definitions (-DTARGET_OSX)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if (CMAKE_SYSTEM MATCHES "Android")
|
||||||
|
find_package (oboe REQUIRED CONFIG)
|
||||||
|
endif()
|
||||||
|
|
||||||
if (USE_AQUA_LIB)
|
if (USE_AQUA_LIB)
|
||||||
message("Use AQuA library")
|
message("Use AQuA library")
|
||||||
add_definitions( -DUSE_AQUA_LIBRARY )
|
add_definitions( -DUSE_AQUA_LIBRARY )
|
||||||
@@ -208,7 +212,7 @@ target_link_libraries(rtphone
|
|||||||
uuid
|
uuid
|
||||||
${OPENSSL_SSL}
|
${OPENSSL_SSL}
|
||||||
${OPENSSL_CRYPTO}
|
${OPENSSL_CRYPTO}
|
||||||
${LIBS})
|
${LIBS} oboe::oboe)
|
||||||
|
|
||||||
|
|
||||||
target_include_directories(rtphone
|
target_include_directories(rtphone
|
||||||
|
|||||||
Reference in New Issue
Block a user