|
@@ -547,6 +547,23 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_LIBMMS
|
|
|
comment "libmms needs a toolchain w/ wchar, threads"
|
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
|
|
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_TTML
|
|
|
+ bool "ttml"
|
|
|
+ depends on BR2_USE_WCHAR # pango -> glib2
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_THREADS # pango -> glib2
|
|
|
+ depends on BR2_INSTALL_LIBSTDCPP # pango -> freetype
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_SYNC_4 # pango -> harfbuzz
|
|
|
+ select BR2_PACKAGE_CAIRO
|
|
|
+ select BR2_PACKAGE_LIBXML2
|
|
|
+ select BR2_PACKAGE_PANGO
|
|
|
+ help
|
|
|
+ Timed Text Markup Language (TTML) subtitle plugin
|
|
|
+
|
|
|
+comment "ttml needs a toolchain w/ wchar, threads, C++"
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
|
|
+ depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
|
|
|
+ !BR2_INSTALL_LIBSTDCPP
|
|
|
+
|
|
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_MPEG2ENC
|
|
|
bool "mpeg2enc"
|
|
|
select BR2_PACKAGE_LIBMPEG2
|