sbc: actually enable plugin if libsbc is available

This commit is contained in:
Tim-Philipp Müller 2013-03-28 13:18:59 +00:00
parent a028a05054
commit 26c1514491

View file

@ -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 ***