depends on BR2_PACKAGE_FDK_AAC_ARCH_SUPPORTS
depends on !BR2_INSTALL_LIBSTDCPP
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_FLUIDSYNTH
+ bool "fluidsynth"
+ depends on BR2_USE_WCHAR # fluidsynth
+ depends on BR2_TOOLCHAIN_HAS_THREADS # fluidsynth
+ depends on BR2_USE_MMU # fluidsynth
+ select BR2_PACKAGE_FLUIDSYNTH
+ help
+ Fluidsynth MIDI decoder plugin
+
+comment "fluidsynth needs a toolchain w/ threads, wchar"
+ depends on BR2_USE_MMU
+ depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
+
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_GL
bool "gl"
default y
-Dfaac=disabled \
-Dflite=disabled \
-Dgsm=disabled \
- -Dfluidsynth=disabled \
-Dkate=disabled \
-Dladspa=disabled \
-Dlv2=disabled \
GST1_PLUGINS_BAD_CONF_OPTS += -Dfdkaac=disabled
endif
+ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_FLUIDSYNTH),y)
+GST1_PLUGINS_BAD_CONF_OPTS += -Dfluidsynth=enabled
+GST1_PLUGINS_BAD_DEPENDENCIES += fluidsynth
+else
+GST1_PLUGINS_BAD_CONF_OPTS += -Dfluidsynth=disabled
+endif
+
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_GL),y)
GST1_PLUGINS_BAD_CONF_OPTS += -Dgl=enabled
else