mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-12 07:35:51 +01:00
Update portmixer test from portaudio v18 to v19 and fix the compilation.
This commit is contained in:
@@ -44,13 +44,14 @@ AC_ARG_WITH([pa-include],
|
||||
[with_portaudio=$withval],
|
||||
[with_portaudio=""])
|
||||
|
||||
PKG_CHECK_MODULES(PORTAUDIO, portaudio-2.0 >= 19)
|
||||
|
||||
#
|
||||
#
|
||||
#
|
||||
if test -n "$with_portaudio"; then
|
||||
PORTAUDIO_CFLAGS="-I$withval"
|
||||
fi
|
||||
AC_SUBST(PORTAUDIO_CFLAGS)
|
||||
|
||||
#
|
||||
# Check which APIs are available
|
||||
|
||||
Reference in New Issue
Block a user