summaryrefslogtreecommitdiffstats
path: root/package/mplayer
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2015-03-29 19:11:24 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-07 23:26:20 +0200
commite346abf618bc7fd09de6fe1a5bee3b70eab1dbf3 (patch)
tree0829e7f0b6bb452b2dacf36df6b2d894913bffec /package/mplayer
parent0d0e5cd10544e47903ad288302ffa9adca810948 (diff)
downloadbuildroot-e346abf618bc7fd09de6fe1a5bee3b70eab1dbf3.tar.gz
buildroot-e346abf618bc7fd09de6fe1a5bee3b70eab1dbf3.zip
package/mplayer: add optional libass support
[Thomas: rely on autodetection.] 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.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/mplayer/mplayer.mk b/package/mplayer/mplayer.mk
index 9f6c1e6d81..9da90f2b6c 100644
--- a/package/mplayer/mplayer.mk
+++ b/package/mplayer/mplayer.mk
@@ -111,6 +111,12 @@ else
MPLAYER_CONF_OPTS += --disable-mencoder
endif
+# We intentionally don't pass --disable-ass-internal --enable-ass and
+# let autodetection find which library to link with.
+ifeq ($(BR2_PACKAGE_LIBASS),y)
+MPLAYER_DEPENDENCIES += libass
+endif
+
ifeq ($(BR2_PACKAGE_TREMOR),y)
MPLAYER_DEPENDENCIES += tremor
MPLAYER_CONF_OPTS += --disable-tremor-internal --enable-tremor
OpenPOWER on IntegriCloud