mpd: Add missing config option for plugin MAD
Signed-off-by: Jörg Krause <jkrause@posteo.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
cd05b2798a
commit
5ec68345fa
@ -110,6 +110,13 @@ else
|
|||||||
MPD_CONF_OPT += --disable-vorbis --disable-vorbis-encoder
|
MPD_CONF_OPT += --disable-vorbis --disable-vorbis-encoder
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_MPD_MAD),y)
|
||||||
|
MPD_DEPENDENCIES += libid3tag libmad
|
||||||
|
MPD_CONF_OPT += --enable-mad
|
||||||
|
else
|
||||||
|
MPD_CONF_OPT += --disable-mad
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_MPD_MPG123),y)
|
ifeq ($(BR2_PACKAGE_MPD_MPG123),y)
|
||||||
MPD_DEPENDENCIES += libid3tag mpg123
|
MPD_DEPENDENCIES += libid3tag mpg123
|
||||||
MPD_CONF_OPT += --enable-mpg123
|
MPD_CONF_OPT += --enable-mpg123
|
||||||
|
Loading…
Reference in New Issue
Block a user