1
0
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:
benjamin.drung@gmail.com
2013-11-18 21:25:29 +00:00
parent c2a15f6df6
commit b947c07ad8
3 changed files with 31 additions and 17 deletions

View File

@@ -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