|
@@ -308,6 +308,20 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_ASSRENDER
|
|
|
bool "assrender"
|
|
|
select BR2_PACKAGE_LIBASS
|
|
|
|
|
|
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_BLUEZ
|
|
|
+ bool "bluez"
|
|
|
+ depends on !BR2_STATIC_LIBS # bluez_utils
|
|
|
+ depends on BR2_USE_WCHAR # bluez_utils
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_THREADS # bluez_utils
|
|
|
+ depends on BR2_USE_MMU # bluez_utils
|
|
|
+ select BR2_PACKAGE_BLUEZ_UTILS
|
|
|
+ help
|
|
|
+ Bluetooth audio A2DP/AVDTP sink, AVDTP source plugin
|
|
|
+
|
|
|
+comment "bluez plugin needs a toolchain w/ wchar, threads, dynamic library"
|
|
|
+ depends on BR2_USE_MMU
|
|
|
+ depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
|
|
+
|
|
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_BZ2
|
|
|
bool "bz2"
|
|
|
select BR2_PACKAGE_BZIP2
|