mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
build-sys: Don't enable libsamplerate by default
The libsamplerate based resamplers have been deprecated, so it's best to not build them by default.
This commit is contained in:
parent
e0e0ebb03f
commit
ce950b150d
1 changed files with 2 additions and 2 deletions
|
|
@ -673,9 +673,9 @@ fi
|
|||
#### Libsamplerate support (optional) ####
|
||||
|
||||
AC_ARG_ENABLE([samplerate],
|
||||
AS_HELP_STRING([--disable-samplerate],[Disable optional libsamplerate support]))
|
||||
AS_HELP_STRING([--enable-samplerate],[Enable optional libsamplerate support (DEPRECATED)]))
|
||||
|
||||
AS_IF([test "x$enable_samplerate" != "xno"],
|
||||
AS_IF([test "x$enable_samplerate" = "xyes"],
|
||||
[PKG_CHECK_MODULES(LIBSAMPLERATE, [ samplerate >= 0.1.0 ], HAVE_LIBSAMPLERATE=1, HAVE_LIBSAMPLERATE=0)],
|
||||
HAVE_LIBSAMPLERATE=0)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue