1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-11 09:03:36 +02:00

Update portaudio to upstream r1554, including ALSA and WASPI fixes.

This commit is contained in:
richardash1981
2010-11-12 16:58:01 +00:00
parent aa33613211
commit e72194d8d4
12 changed files with 371 additions and 110 deletions

View File

@@ -363,6 +363,8 @@ case "${host_os}" in
esac
CFLAGS="$CFLAGS $THREAD_CFLAGS"
test "$enable_shared" != "yes" && SHARED_FLAGS=""
if test "$enable_cxx" = "yes"; then
AC_CONFIG_SUBDIRS([bindings/cpp])
ENABLE_CXX_TRUE=""