]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
mpd: Fix config option for plugin FAAD2
authorJoerg Krause <jkrause@posteo.de>
Mon, 11 Aug 2014 11:42:51 +0000 (13:42 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 17 Aug 2014 19:23:58 +0000 (21:23 +0200)
Signed-off-by: Jörg Krause <jkrause@posteo.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/mpd/mpd.mk

index e2ee76023f093150d496ad4c588ccfe61307bdee..cd1875405e27086a08e80a42c621df68cc3beb0e 100644 (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)