mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-15 08:56:34 -05:00
bluetooth: Remove built-in/static SBC codec
SBC shared library is now available at: http://git.kernel.org/?p=bluetooth/sbc.git;a=summary
This commit is contained in:
parent
6031546f66
commit
8228db051e
17 changed files with 9 additions and 4784 deletions
|
|
@ -965,6 +965,9 @@ AC_ARG_ENABLE([bluez],
|
|||
AS_IF([test "x$enable_bluez" != "xno"],
|
||||
[PKG_CHECK_MODULES(BLUEZ, [ bluez >= 3.0 ], HAVE_BLUEZ=1, HAVE_BLUEZ=0)],
|
||||
HAVE_BLUEZ=0)
|
||||
AS_IF([test "x$enable_bluez" != "xno"],
|
||||
[PKG_CHECK_MODULES(SBC, [ sbc >= 1.0 ], HAVE_BLUEZ=1, HAVE_BLUEZ=0)],
|
||||
HAVE_BLUEZ=0)
|
||||
AS_IF([test "x$HAVE_DBUS" != "x1"], HAVE_BLUEZ=0)
|
||||
|
||||
AS_IF([test "x$enable_bluez" = "xyes" && test "x$HAVE_BLUEZ" = "x0"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue