Updating ReadMe

This commit is contained in:
Andrew Gundersen 2022-03-07 16:22:50 -06:00
commit 3958fef3eb
32 changed files with 120990 additions and 4765 deletions

View file

@ -213,7 +213,7 @@ case "${host_os}" in
AC_DEFINE(PA_USE_COREAUDIO,1)
CFLAGS="$CFLAGS -I\$(top_srcdir)/src/os/unix -Wno-deprecated -Werror"
CFLAGS="$CFLAGS -I\$(top_srcdir)/src/os/unix -Wno-deprecated"
LIBS="-framework CoreAudio -framework AudioToolbox -framework AudioUnit -framework CoreFoundation -framework CoreServices"
if test "x$enable_mac_universal" = "xyes" ; then