xbmc: Add lame support

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Bernd Kuhls 2014-07-23 06:40:21 +02:00 committed by Thomas Petazzoni
parent 42f38063a8
commit 9249f90bf6

View File

@ -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