|
@@ -629,6 +629,17 @@ comment "uvch264 needs a toolchain w/ threads, wchar, gcc >= 4.9"
|
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
|
|
|
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
|
|
|
|
|
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VA
|
|
|
+ bool "va"
|
|
|
+ depends on !BR2_STATIC_LIBS # libva
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_THREADS # libva
|
|
|
+ select BR2_PACKAGE_LIBVA
|
|
|
+ help
|
|
|
+ VA-API new plugin
|
|
|
+
|
|
|
+comment "va needs a toolchain w/ threads, dynamic library"
|
|
|
+ depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+
|
|
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VOAACENC
|
|
|
bool "voaacenc"
|
|
|
select BR2_PACKAGE_VO_AACENC
|