- disable OpenCore AMR libraries usage on Android; vcpkg doesn't include them.
This commit is contained in:
@@ -55,8 +55,11 @@ if (CMAKE_SYSTEM MATCHES "Darwin*")
|
||||
set (LIBS_STATIC ${LIBS_STATIC} dl)
|
||||
endif()
|
||||
|
||||
#
|
||||
|
||||
if (CMAKE_SYSTEM MATCHES "Android")
|
||||
# Disable opencore AMR codecs - there is no ready libraries in vcpkg right now
|
||||
set (USE_AMR_CODEC OFF)
|
||||
|
||||
message("Adding the Oboe library")
|
||||
set (OBOE_DIR libs/oboe)
|
||||
add_subdirectory (${OBOE_DIR} ./oboe)
|
||||
|
||||
Reference in New Issue
Block a user