- changes for macOS

This commit is contained in:
dmytro.bogovych 2020-03-25 09:58:35 +02:00
parent da93a7bf50
commit 4fe937f4a9
3 changed files with 8 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -62,4 +62,12 @@ if (CMAKE_SYSTEM MATCHES "Darwin*")
set (SNDFILE_INCLUDE ${CMAKE_CURRENT_LIST_DIR}/sndfile/include)
set (SNDFILE_LIBS ${CMAKE_CURRENT_LIST_DIR}/sndfile/macos/libsndfile.a)
# Opus
set (OPUS_INCLUDE ${CMAKE_CURRENT_LIST_DIR}/opus/include)
set (OPUS_LIB ${CMAKE_CURRENT_LIST_DIR}/opus/osx/libopus.a)
# Opencore AMR libraries
set (OPENCORE_AMRNB ${CMAKE_CURRENT_LIST_DIR}/opencore-amr/macos/libopencore-amrnb.a)
set (OPENCORE_AMRWB ${CMAKE_CURRENT_LIST_DIR}/opencore-amr/macos/libopencore-amrwb.a)
endif()