mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
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-quicksync \
|
||||||
--disable-fluidsynth \
|
--disable-fluidsynth \
|
||||||
--disable-zvbi \
|
--disable-zvbi \
|
||||||
--disable-libass \
|
|
||||||
--disable-kate \
|
--disable-kate \
|
||||||
--disable-caca \
|
--disable-caca \
|
||||||
--disable-jack \
|
--disable-jack \
|
||||||
@ -100,6 +99,13 @@ else
|
|||||||
VLC_CONF_OPT += --disable-opus
|
VLC_CONF_OPT += --disable-opus
|
||||||
endif
|
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)
|
ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
|
||||||
VLC_CONF_OPT += --enable-libgcrypt
|
VLC_CONF_OPT += --enable-libgcrypt
|
||||||
VLC_DEPENDENCIES += libgcrypt
|
VLC_DEPENDENCIES += libgcrypt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user