- add oboe audio library
This commit is contained in:
parent
c648db062a
commit
4aae4c36e8
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue