mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
sbc: actually enable plugin if libsbc is available
This commit is contained in:
parent
a028a05054
commit
26c1514491
1 changed files with 1 additions and 3 deletions
|
@ -2085,9 +2085,7 @@ AG_GST_CHECK_FEATURE(VDPAU, [VDPAU], vdpau, [
|
|||
dnl *** sbc ***
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_SBC, true)
|
||||
AG_GST_CHECK_FEATURE(SBC, [SBC bluetooth audio codec], sbc, [
|
||||
AG_GST_PKG_CHECK_MODULES(SBC, [sbc >= 1.0 sbc <= 1.0])
|
||||
AC_MSG_NOTICE([Disabling sbc plugin for now, not working yet])
|
||||
HAVE_SBC=no
|
||||
AG_GST_PKG_CHECK_MODULES(SBC, [sbc >= 1.0])
|
||||
])
|
||||
|
||||
dnl *** schroedinger ***
|
||||
|
|
Loading…
Reference in a new issue