summaryrefslogtreecommitdiffstats
path: root/package/mplayer
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2015-03-29 19:11:29 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-08 23:00:44 +0200
commit87a292b62dea4602c4c664ee49629116889cfade (patch)
tree6ba2596d9545ddb8cc37391d81359f78610d7a44 /package/mplayer
parent0ae0eb1cc86e68b987ba2c33aa4f069af1493ec0 (diff)
downloadbuildroot-87a292b62dea4602c4c664ee49629116889cfade.tar.gz
buildroot-87a292b62dea4602c4c664ee49629116889cfade.zip
package/mplayer: add optional speex 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 412837dc7a..5e295515f4 100644
--- a/package/mplayer/mplayer.mk
+++ b/package/mplayer/mplayer.mk
@@ -174,6 +174,13 @@ else
MPLAYER_CONF_OPTS += --disable-librtmp
endif
+ifeq ($(BR2_PACKAGE_SPEEX),y)
+MPLAYER_DEPENDENCIES += speex
+MPLAYER_CONF_OPTS += --enable-speex
+else
+MPLAYER_CONF_OPTS += --disable-speex
+endif
+
ifeq ($(BR2_PACKAGE_LZO),y)
MPLAYER_DEPENDENCIES += lzo
MPLAYER_CONF_OPTS += --enable-liblzo
OpenPOWER on IntegriCloud