summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2014-07-23 06:40:21 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-23 22:08:24 +0200
commit9249f90bf6097b169f4a4fa5fcebf7819bdde1c4 (patch)
tree72e781855e73ed2373aea941ecad76c6d52898f1
parent42f38063a80139ff033bed37d5f22f3e071f099b (diff)
downloadbuildroot-9249f90bf6097b169f4a4fa5fcebf7819bdde1c4.tar.gz
buildroot-9249f90bf6097b169f4a4fa5fcebf7819bdde1c4.zip
xbmc: Add lame support
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/xbmc/xbmc.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/xbmc/xbmc.mk b/package/xbmc/xbmc.mk
index 32507fb1ba..dbc12f2ea2 100644
--- a/package/xbmc/xbmc.mk
+++ b/package/xbmc/xbmc.mk
@@ -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
OpenPOWER on IntegriCloud