Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
bool "apexsink"
select BR2_PACKAGE_OPENSSL
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_ASSRENDER
+ bool "assrender"
+ select BR2_PACKAGE_LIBASS
+
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VOAACENC
bool "voaacenc"
select BR2_PACKAGE_VO_AACENC
--disable-mfc \
--disable-opensles \
--disable-uvch264 \
- --disable-assrender \
--disable-voamrwbenc \
--disable-chromaprint \
--disable-dash \
GST1_PLUGINS_BAD_CONF_OPT += --disable-apexsink
endif
+ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_ASSRENDER),y)
+GST1_PLUGINS_BAD_CONF_OPT += --enable-assrender
+GST1_PLUGINS_BAD_DEPENDENCIES += libass
+else
+GST1_PLUGINS_BAD_CONF_OPT += --disable-assrender
+endif
+
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VOAACENC),y)
GST1_PLUGINS_BAD_CONF_OPT += --enable-voaacenc
GST1_PLUGINS_BAD_DEPENDENCIES += vo-aacenc