mpd: Fix config option for plugin FAAD2

Signed-off-by: Jörg Krause <jkrause@posteo.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Joerg Krause 2014-08-11 13:42:51 +02:00 committed by Thomas Petazzoni
parent 4e116bf369
commit 67dcfd23a9

View File

@ -48,7 +48,7 @@ endif
ifeq ($(BR2_PACKAGE_MPD_FAAD2),y)
MPD_DEPENDENCIES += faad2
else
MPD_CONF_OPT += --disable-faad2
MPD_CONF_OPT += --disable-aac
endif
ifeq ($(BR2_PACKAGE_MPD_FLAC),y)