Commit dee85cfe authored by Rémi Denis-Courmont's avatar 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.
parent 2f6053d6
...@@ -4559,7 +4559,7 @@ PKG_ENABLE_MODULES_VLC([BONJOUR], [], [avahi-client >= 0.6], [Bonjour services d ...@@ -4559,7 +4559,7 @@ PKG_ENABLE_MODULES_VLC([BONJOUR], [], [avahi-client >= 0.6], [Bonjour services d
dnl dnl
dnl HAL services discovery 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
dnl MTP devices services discovery dnl MTP devices services discovery
......
...@@ -132,6 +132,7 @@ $Id$ ...@@ -132,6 +132,7 @@ $Id$
* growl: announce currently playing stream to growl * growl: announce currently playing stream to growl
* growl_udp: growl UDP notification plugin * growl_udp: growl UDP notification plugin
* h264: H264 decoder * h264: H264 decoder
* hal: Linux HAL services discovery module
* hd1000a: audio output module for the Roku HD1000 Set-Top-Box * hd1000a: audio output module for the Roku HD1000 Set-Top-Box
* hd1000v: video 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 * headphone_channel_mixer: headphone channel mixer with virtual spatialization effect
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment