summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2013-04-01 21:49:49 +0100
committerTim-Philipp Müller <tim@centricular.net>2013-04-01 21:49:49 +0100
commitacf06f602d89cd01238994c343c9c4b236fa2af2 (patch)
tree7c619861eb8ab634975c6d431fe372198a053670 /configure.ac
parenta25b38f1a3dce5b57d3ac0874d16722d66e153f9 (diff)
downloadgstreamer-plugins-bad-acf06f602d89cd01238994c343c9c4b236fa2af2.tar.gz
bluez: enable bluez plugin
Seems to mostly work now. https://bugzilla.gnome.org/show_bug.cgi?id=690582
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 7e028a154..49eab8801 100644
--- a/configure.ac
+++ b/configure.ac
@@ -846,9 +846,6 @@ translit(dnm, m, l) AM_CONDITIONAL(USE_BLUEZ, true)
AG_GST_CHECK_FEATURE(BLUEZ, [Bluez], bluez, [
dnl FIXME: we should be able to replace this with the GLib DBus stuff
PKG_CHECK_MODULES([DBUS], [dbus-1], [HAVE_BLUEZ=yes], [HAVE_BLUEZ=no])
-
- AC_MSG_NOTICE([Disabling bluez plugin for now, does not work yet])
- HAVE_BLUEZ=no
])
dnl *** OS X videosrc ***