mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 23:17:43 +00:00
mpd: add pulseaudio support
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
d96e977e37
commit
bd96e4d70e
@ -30,6 +30,12 @@ config BR2_PACKAGE_MPD_AO
|
|||||||
help
|
help
|
||||||
Enable libao output support.
|
Enable libao output support.
|
||||||
|
|
||||||
|
config BR2_PACKAGE_MPD_PULSEAUDIO
|
||||||
|
bool "pulseaudio"
|
||||||
|
select BR2_PACKAGE_PULSEAUDIO
|
||||||
|
help
|
||||||
|
Enable pulseaudio output support.
|
||||||
|
|
||||||
config BR2_PACKAGE_MPD_BZIP2
|
config BR2_PACKAGE_MPD_BZIP2
|
||||||
bool "bzip2"
|
bool "bzip2"
|
||||||
select BR2_PACKAGE_BZIP2
|
select BR2_PACKAGE_BZIP2
|
||||||
|
@ -22,6 +22,11 @@ MPD_DEPENDENCIES += libao
|
|||||||
MPD_CONF_OPT += --enable-ao
|
MPD_CONF_OPT += --enable-ao
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_MPD_PULSEAUDIO),y)
|
||||||
|
MPD_DEPENDENCIES += pulseaudio
|
||||||
|
MPD_CONF_OPT += --enable-pulse
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_MPD_BZIP2),y)
|
ifeq ($(BR2_PACKAGE_MPD_BZIP2),y)
|
||||||
MPD_DEPENDENCIES += bzip2
|
MPD_DEPENDENCIES += bzip2
|
||||||
MPD_CONF_OPT += --enable-bzip2
|
MPD_CONF_OPT += --enable-bzip2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user