summaryrefslogtreecommitdiffstats
path: root/package/mplayer
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2015-03-29 19:11:26 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-08 22:59:25 +0200
commita12927a85cc9b72dc395a7a003030993a9980ddf (patch)
treedd971de65e1697d89f70480a972c1ea7c6b99795 /package/mplayer
parent7d9a0c4d3960bb470e993494ac350b1415b72442 (diff)
downloadbuildroot-a12927a85cc9b72dc395a7a003030993a9980ddf.tar.gz
buildroot-a12927a85cc9b72dc395a7a003030993a9980ddf.zip
package/mplayer: add optional lzo support
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/mplayer')
-rw-r--r--package/mplayer/mplayer.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/mplayer/mplayer.mk b/package/mplayer/mplayer.mk
index 14e8c77eed..c8f4dd3590 100644
--- a/package/mplayer/mplayer.mk
+++ b/package/mplayer/mplayer.mk
@@ -159,6 +159,13 @@ else
MPLAYER_CONF_OPTS += --disable-gif
endif
+ifeq ($(BR2_PACKAGE_LZO),y)
+MPLAYER_DEPENDENCIES += lzo
+MPLAYER_CONF_OPTS += --enable-liblzo
+else
+MPLAYER_CONF_OPTS += --disable-liblzo
+endif
+
MPLAYER_DEPENDENCIES += $(if $(BR2_PACKAGE_LIBTHEORA),libtheora)
MPLAYER_DEPENDENCIES += $(if $(BR2_PACKAGE_LIBPNG),libpng)
MPLAYER_DEPENDENCIES += $(if $(BR2_PACKAGE_JPEG),jpeg)
OpenPOWER on IntegriCloud