diff --git a/opencore-amr/macos/libopencore-amrnb.a b/opencore-amr/macos/libopencore-amrnb.a index 7d78637..cffec9a 100644 Binary files a/opencore-amr/macos/libopencore-amrnb.a and b/opencore-amr/macos/libopencore-amrnb.a differ diff --git a/opencore-amr/macos/libopencore-amrwb.a b/opencore-amr/macos/libopencore-amrwb.a index d641a1a..dcf89ba 100644 Binary files a/opencore-amr/macos/libopencore-amrwb.a and b/opencore-amr/macos/libopencore-amrwb.a differ diff --git a/openssl/1.1/macos/libcrypto.a b/openssl/1.1/macos/libcrypto.a new file mode 100644 index 0000000..ea9197a Binary files /dev/null and b/openssl/1.1/macos/libcrypto.a differ diff --git a/openssl/1.1/macos/libssl.a b/openssl/1.1/macos/libssl.a new file mode 100644 index 0000000..b9230c9 Binary files /dev/null and b/openssl/1.1/macos/libssl.a differ diff --git a/opus/osx/libopus.a b/opus/osx/libopus.a index 7a641f9..eedd91b 100644 Binary files a/opus/osx/libopus.a and b/opus/osx/libopus.a differ diff --git a/platform_libs.cmake b/platform_libs.cmake index c0b235c..f90c7ee 100644 --- a/platform_libs.cmake +++ b/platform_libs.cmake @@ -89,9 +89,9 @@ endif() if (CMAKE_SYSTEM MATCHES "Darwin*") - set (OPENSSL_SSL ${CMAKE_CURRENT_LIST_DIR}/openssl/1.0/osx/libssl.a) - set (OPENSSL_CRYPTO ${CMAKE_CURRENT_LIST_DIR}/openssl/1.0/osx/libcrypto.a) - set (OPENSSL_INCLUDE ${CMAKE_CURRENT_LIST_DIR}/openssl/1.0/include) + set (OPENSSL_SSL ${CMAKE_CURRENT_LIST_DIR}/openssl/1.1/macos/libssl.a) + set (OPENSSL_CRYPTO ${CMAKE_CURRENT_LIST_DIR}/openssl/1.1/macos/libcrypto.a) + set (OPENSSL_INCLUDE ${CMAKE_CURRENT_LIST_DIR}/openssl/1.1/include) set (SNDFILE_INCLUDE ${CMAKE_CURRENT_LIST_DIR}/sndfile/include) set (SNDFILE_LIBS ${CMAKE_CURRENT_LIST_DIR}/sndfile/macos/libsndfile.a)