[Buildroot] [git commit] vlc: add libass support

Peter Korsgaard peter at korsgaard.com
Wed Jan 29 09:50:54 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=e7d309cba02df66ebfe0b9ddd46e26458465125d
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Simon Dawson <spdawson at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/vlc/vlc.mk |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/package/vlc/vlc.mk b/package/vlc/vlc.mk
index 458fe1c..73b378c 100644
--- a/package/vlc/vlc.mk
+++ b/package/vlc/vlc.mk
@@ -21,7 +21,6 @@ VLC_CONF_OPT += \
 	--disable-quicksync \
 	--disable-fluidsynth \
 	--disable-zvbi \
-	--disable-libass \
 	--disable-kate \
 	--disable-caca \
 	--disable-jack \
@@ -100,6 +99,13 @@ else
 VLC_CONF_OPT += --disable-opus
 endif
 
+ifeq ($(BR2_PACKAGE_LIBASS),y)
+VLC_CONF_OPT += --enable-libass
+VLC_DEPENDENCIES += libass
+else
+VLC_CONF_OPT += --disable-libass
+endif
+
 ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
 VLC_CONF_OPT += --enable-libgcrypt
 VLC_DEPENDENCIES += libgcrypt


More information about the buildroot mailing list