mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
package/gstreamer1/gst1-plugins-bad: add fluidsynth option
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
9dca735e48
commit
24e7ae4521
@ -397,6 +397,19 @@ comment "fdk-aac needs a toolchain w/ C++"
|
|||||||
depends on BR2_PACKAGE_FDK_AAC_ARCH_SUPPORTS
|
depends on BR2_PACKAGE_FDK_AAC_ARCH_SUPPORTS
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP
|
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
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_GL
|
||||||
bool "gl"
|
bool "gl"
|
||||||
default y
|
default y
|
||||||
|
@ -42,7 +42,6 @@ GST1_PLUGINS_BAD_CONF_OPTS += \
|
|||||||
-Dfaac=disabled \
|
-Dfaac=disabled \
|
||||||
-Dflite=disabled \
|
-Dflite=disabled \
|
||||||
-Dgsm=disabled \
|
-Dgsm=disabled \
|
||||||
-Dfluidsynth=disabled \
|
|
||||||
-Dkate=disabled \
|
-Dkate=disabled \
|
||||||
-Dladspa=disabled \
|
-Dladspa=disabled \
|
||||||
-Dlv2=disabled \
|
-Dlv2=disabled \
|
||||||
@ -526,6 +525,13 @@ else
|
|||||||
GST1_PLUGINS_BAD_CONF_OPTS += -Dfdkaac=disabled
|
GST1_PLUGINS_BAD_CONF_OPTS += -Dfdkaac=disabled
|
||||||
endif
|
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)
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_GL),y)
|
||||||
GST1_PLUGINS_BAD_CONF_OPTS += -Dgl=enabled
|
GST1_PLUGINS_BAD_CONF_OPTS += -Dgl=enabled
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user