Commit 67dcfd23 authored by Joerg Krause's avatar Joerg Krause Committed by Thomas Petazzoni
Browse files

mpd: Fix config option for plugin FAAD2

parent 4e116bf3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)