mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
mpd: enable cdio-paranoia support
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
2e0cc497e1
commit
a7a786ff4f
@ -174,6 +174,12 @@ config BR2_PACKAGE_MPD_TWOLAME
|
|||||||
|
|
||||||
comment "Input plugins"
|
comment "Input plugins"
|
||||||
|
|
||||||
|
config BR2_PACKAGE_MPD_CDIO_PARANOIA
|
||||||
|
bool "cdio-paranoia"
|
||||||
|
select BR2_PACKAGE_LIBCDIO_PARANOIA
|
||||||
|
help
|
||||||
|
Enable cdio-paranoia support.
|
||||||
|
|
||||||
config BR2_PACKAGE_MPD_CURL
|
config BR2_PACKAGE_MPD_CURL
|
||||||
bool "curl"
|
bool "curl"
|
||||||
select BR2_PACKAGE_LIBCURL
|
select BR2_PACKAGE_LIBCURL
|
||||||
|
@ -59,6 +59,13 @@ else
|
|||||||
MPD_CONF_OPTS += --disable-bzip2
|
MPD_CONF_OPTS += --disable-bzip2
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_MPD_CDIO_PARANOIA),y)
|
||||||
|
MPD_DEPENDENCIES += libcdio-paranoia
|
||||||
|
MPD_CONF_OPTS += --enable-cdio-paranoia
|
||||||
|
else
|
||||||
|
MPD_CONF_OPTS += --disable-cdio-paranoia
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_MPD_CURL),y)
|
ifeq ($(BR2_PACKAGE_MPD_CURL),y)
|
||||||
MPD_DEPENDENCIES += libcurl
|
MPD_DEPENDENCIES += libcurl
|
||||||
MPD_CONF_OPTS += --enable-curl
|
MPD_CONF_OPTS += --enable-curl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user