vlc: add libass support
Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
3bc4c064d2
commit
e7d309cba0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user