From acf06f602d89cd01238994c343c9c4b236fa2af2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 1 Apr 2013 21:49:49 +0100 Subject: [PATCH] bluez: enable bluez plugin Seems to mostly work now. https://bugzilla.gnome.org/show_bug.cgi?id=690582 --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index 7e028a1541..49eab88019 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 ***