Browse Source

Merge pull request #1 from adiknoth/master

libsamplerate detection fix
tags/0.124.0
Paul Davis 14 years ago
parent
commit
9880e8dd2c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure.ac

+ 1
- 1
configure.ac View File

@@ -663,7 +663,7 @@ fi

# NetJack backend and internal client need libsamplerate
HAVE_SAMPLERATE=false
#PKG_CHECK_MODULES(SAMPLERATE, samplerate >= 0.1.2,[HAVE_SAMPLERATE=true], [true])
PKG_CHECK_MODULES(SAMPLERATE, samplerate >= 0.1.2,[HAVE_SAMPLERATE=true], [true])
if test x$HAVE_SAMPLERATE = xfalse; then
AC_MSG_WARN([*** the NetJack backend and internal client will not be built])
AC_DEFINE(HAVE_SAMPLERATE,0,"Whether libsamplerate is available")


Loading…
Cancel
Save