- changes for macOS
This commit is contained in:
parent
da93a7bf50
commit
4fe937f4a9
Binary file not shown.
Binary file not shown.
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue