mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
Remove unsupported libcue from package mpd
Support for libcue has been removed for mpd since version 0.17. Signed-off-by: Jörg Krause <jkrause@posteo.de> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
d090349868
commit
3bff0fa1be
@ -96,12 +96,6 @@ config BR2_PACKAGE_MPD_LAME
|
|||||||
help
|
help
|
||||||
Enable lame (mp3) encoding support.
|
Enable lame (mp3) encoding support.
|
||||||
|
|
||||||
config BR2_PACKAGE_MPD_LIBCUE
|
|
||||||
bool "libcue"
|
|
||||||
select BR2_PACKAGE_LIBCUE
|
|
||||||
help
|
|
||||||
Enable cue file support.
|
|
||||||
|
|
||||||
config BR2_PACKAGE_MPD_LIBSAMPLERATE
|
config BR2_PACKAGE_MPD_LIBSAMPLERATE
|
||||||
bool "libsamplerate"
|
bool "libsamplerate"
|
||||||
select BR2_PACKAGE_LIBSAMPLERATE
|
select BR2_PACKAGE_LIBSAMPLERATE
|
||||||
|
@ -69,12 +69,6 @@ else
|
|||||||
MPD_CONF_OPT += --disable-lame-encoder
|
MPD_CONF_OPT += --disable-lame-encoder
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_MPD_LIBCUE),y)
|
|
||||||
MPD_DEPENDENCIES += libcue
|
|
||||||
else
|
|
||||||
MPD_CONF_OPT += --disable-cue
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_MPD_LIBSAMPLERATE),y)
|
ifeq ($(BR2_PACKAGE_MPD_LIBSAMPLERATE),y)
|
||||||
MPD_DEPENDENCIES += libsamplerate
|
MPD_DEPENDENCIES += libsamplerate
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user