mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +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 ***
|
dnl *** sbc ***
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_SBC, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_SBC, true)
|
||||||
AG_GST_CHECK_FEATURE(SBC, [SBC bluetooth audio codec], sbc, [
|
AG_GST_CHECK_FEATURE(SBC, [SBC bluetooth audio codec], sbc, [
|
||||||
AG_GST_PKG_CHECK_MODULES(SBC, [sbc >= 1.0 sbc <= 1.0])
|
AG_GST_PKG_CHECK_MODULES(SBC, [sbc >= 1.0])
|
||||||
AC_MSG_NOTICE([Disabling sbc plugin for now, not working yet])
|
|
||||||
HAVE_SBC=no
|
|
||||||
])
|
])
|
||||||
|
|
||||||
dnl *** schroedinger ***
|
dnl *** schroedinger ***
|
||||||
|
|
Loading…
Reference in a new issue