mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
mpd: Fix config option for plugin FLAC
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
67dcfd23a9
commit
263b7d23f6
@ -54,7 +54,7 @@ endif
|
|||||||
ifeq ($(BR2_PACKAGE_MPD_FLAC),y)
|
ifeq ($(BR2_PACKAGE_MPD_FLAC),y)
|
||||||
MPD_DEPENDENCIES += flac
|
MPD_DEPENDENCIES += flac
|
||||||
else
|
else
|
||||||
MPD_CONF_OPT += --without-flac --disable-oggflac
|
MPD_CONF_OPT += --disable-flac
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_MPD_CURL),y)
|
ifeq ($(BR2_PACKAGE_MPD_CURL),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user