mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 08:27:43 +00:00
gst1-plugins-base: add opus support
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
355c40fa2f
commit
2c5b6b55a0
@ -126,6 +126,12 @@ config BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_OGG
|
|||||||
help
|
help
|
||||||
ogg stream manipulation (info about ogg: http://xiph.org)
|
ogg stream manipulation (info about ogg: http://xiph.org)
|
||||||
|
|
||||||
|
config BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_OPUS
|
||||||
|
bool "opus"
|
||||||
|
select BR2_PACKAGE_OPUS
|
||||||
|
help
|
||||||
|
Opus codec for speech and audio.
|
||||||
|
|
||||||
config BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_PANGO
|
config BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_PANGO
|
||||||
bool "pango font renderer"
|
bool "pango font renderer"
|
||||||
depends on BR2_INSTALL_LIBSTDCPP # pango -> freetype
|
depends on BR2_INSTALL_LIBSTDCPP # pango -> freetype
|
||||||
|
@ -176,6 +176,13 @@ else
|
|||||||
GST1_PLUGINS_BASE_CONF_OPTS += --disable-ivorbis
|
GST1_PLUGINS_BASE_CONF_OPTS += --disable-ivorbis
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_OPUS),y)
|
||||||
|
GST1_PLUGINS_BASE_CONF_OPTS += --enable-opus
|
||||||
|
GST1_PLUGINS_BASE_DEPENDENCIES += opus
|
||||||
|
else
|
||||||
|
GST1_PLUGINS_BASE_CONF_OPTS += --disable-opus
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_OGG),y)
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_OGG),y)
|
||||||
GST1_PLUGINS_BASE_CONF_OPTS += --enable-ogg
|
GST1_PLUGINS_BASE_CONF_OPTS += --enable-ogg
|
||||||
GST1_PLUGINS_BASE_DEPENDENCIES += libogg
|
GST1_PLUGINS_BASE_DEPENDENCIES += libogg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user