mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
gst-plugin-bad: add opus option
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
0bbb2eda9a
commit
5df8e364d0
@ -277,6 +277,10 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_NEON
|
|||||||
bool "neon"
|
bool "neon"
|
||||||
select BR2_PACKAGE_NEON
|
select BR2_PACKAGE_NEON
|
||||||
|
|
||||||
|
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_OPUS
|
||||||
|
bool "opus"
|
||||||
|
select BR2_PACKAGE_OPUS
|
||||||
|
|
||||||
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_RSVG
|
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_RSVG
|
||||||
bool "rsvg"
|
bool "rsvg"
|
||||||
depends on BR2_PACKAGE_LIBGTK2
|
depends on BR2_PACKAGE_LIBGTK2
|
||||||
|
@ -528,6 +528,13 @@ else
|
|||||||
GST_PLUGINS_BAD_CONF_OPT += --disable-neon
|
GST_PLUGINS_BAD_CONF_OPT += --disable-neon
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_OPUS),y)
|
||||||
|
GST_PLUGINS_BAD_CONF_OPT += --enable-opus
|
||||||
|
GST_PLUGINS_BAD_DEPENDENCIES += opus
|
||||||
|
else
|
||||||
|
GST_PLUGINS_BAD_CONF_OPT += --disable-opus
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_RSVG),y)
|
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_RSVG),y)
|
||||||
GST_PLUGINS_BAD_CONF_OPT += --enable-rsvg
|
GST_PLUGINS_BAD_CONF_OPT += --enable-rsvg
|
||||||
GST_PLUGINS_BAD_DEPENDENCIES += librsvg
|
GST_PLUGINS_BAD_DEPENDENCIES += librsvg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user