replace Carbon with CoreFoundation and CoreServices
This commit is contained in:
parent
607b7d94d0
commit
dd857f6108
4 changed files with 7 additions and 6 deletions
|
|
@ -205,7 +205,7 @@ case "${host_os}" in
|
|||
AC_DEFINE(PA_USE_COREAUDIO,1)
|
||||
|
||||
CFLAGS="$CFLAGS -I\$(top_srcdir)/src/os/unix -Wno-deprecated -Werror"
|
||||
LIBS="-framework CoreAudio -framework AudioToolbox -framework AudioUnit -framework Carbon"
|
||||
LIBS="-framework CoreAudio -framework AudioToolbox -framework AudioUnit -framework CoreFoundation -framework CoreServices"
|
||||
|
||||
if test "x$enable_mac_universal" = "xyes" ; then
|
||||
case `xcodebuild -version | sed -n 's/Xcode \(.*\)/\1/p'` in
|
||||
|
|
|
|||
Loading…
Reference in a new issue