[vlc-devel] commit: HAL services discovery plugin is still here. ( Rémi Denis-Courmont )
git version control
git at videolan.org
Wed Oct 14 22:29:51 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Oct 14 23:28:03 2009 +0300| [dee85cfe63fd8c1f61a9f71701439f00488f2218] | committer: Rémi Denis-Courmont
HAL services discovery plugin is still here.
We still need the configure checks.
Only the HAL device probe plugin is gone.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dee85cfe63fd8c1f61a9f71701439f00488f2218
---
configure.ac | 2 +-
modules/LIST | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 83d643f..005cedc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4559,7 +4559,7 @@ PKG_ENABLE_MODULES_VLC([BONJOUR], [], [avahi-client >= 0.6], [Bonjour services d
dnl
dnl HAL services discovery
-PKG_CHECK_MODULES([HAL], [hal >= 0.5.0],, [true])
+PKG_ENABLE_MODULES_VLC([HAL], [], [hal >= 0.5.0], [Linux HAL services discovery], [auto])
dnl
dnl MTP devices services discovery
diff --git a/modules/LIST b/modules/LIST
index 2a69e16..51762b5 100644
--- a/modules/LIST
+++ b/modules/LIST
@@ -132,6 +132,7 @@ $Id$
* growl: announce currently playing stream to growl
* growl_udp: growl UDP notification plugin
* h264: H264 decoder
+ * hal: Linux HAL services discovery module
* hd1000a: audio output module for the Roku HD1000 Set-Top-Box
* hd1000v: video output module for the Roku HD1000 Set-Top-Box
* headphone_channel_mixer: headphone channel mixer with virtual spatialization effect
More information about the vlc-devel
mailing list