Commit 9249f90b authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Thomas Petazzoni
Browse files

xbmc: Add lame support

parent 42f38063
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -79,6 +79,13 @@ else
XBMC_CONF_OPT += --disable-alsa
endif

ifeq ($(BR2_PACKAGE_LAME),y)
XBMC_DEPENDENCIES += lame
XBMC_CONF_OPT += --enable-libmp3lame
else
XBMC_CONF_OPT += --disable-libmp3lame
endif

ifeq ($(BR2_PACKAGE_XBMC_LIBUSB),y)
XBMC_DEPENDENCIES += libusb-compat
XBMC_CONF_OPT += --enable-libusb