Browse Source

Checking for pulseaudio on Debian

tags/4.1.2
Rafael Vega 11 years ago
parent
commit
54e567b8af
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      configure.ac

+ 1
- 2
configure.ac View File

@@ -107,8 +107,7 @@ case $host in
api="$api -D__LINUX_PULSE__"
req="$req libpulse-simple"
AC_MSG_RESULT(using PulseAudio)
PKG_CHECK_MODULES([PULSE], [libpulse-simple], , AC_MSG_ERROR(PulseAudio support requires the pulse-simple library!))
LIBS="$LIBS `pkg-config --libs libpulse-simple`" ], )
AC_CHECK_LIB(pulse-simple, pa_simple_flush, , AC_MSG_ERROR(PulseAudio support requires the pulse-simple library!))], )

# Look for OSS flag
AC_ARG_WITH(oss, [ --with-oss = choose OSS API support (linux only)], [


Loading…
Cancel
Save