mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
gst1-plugins-bad: enable webrtc plugin
It's new for 1.10.0, add an explicit option for the webrtc plugin. 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
8ea3a3b9c3
commit
ee267886bc
@ -682,6 +682,23 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_WEBP
|
|||||||
help
|
help
|
||||||
Webp image format plugin
|
Webp image format plugin
|
||||||
|
|
||||||
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_WEBRTC
|
||||||
|
bool "webrtc"
|
||||||
|
# All depends from webrtc-audio-processing
|
||||||
|
depends on BR2_PACKAGE_WEBRTC_AUDIO_PROCESSING_ARCH_SUPPORTS
|
||||||
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
||||||
|
select BR2_PACKAGE_WEBRTC_AUDIO_PROCESSING
|
||||||
|
select BR2_PACKAGE_WEBRTC
|
||||||
|
help
|
||||||
|
WebRTC echo-cancellation, gain control and noise suppression
|
||||||
|
|
||||||
|
comment "webrtc needs a toolchain w/ C++, NPTL, gcc >= 4.8"
|
||||||
|
depends on BR2_PACKAGE_WEBRTC_AUDIO_PROCESSING_ARCH_SUPPORTS
|
||||||
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS_NPTL \
|
||||||
|
|| !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
|
||||||
|
|
||||||
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_X265
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_X265
|
||||||
bool "x265"
|
bool "x265"
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
|
@ -794,6 +794,13 @@ else
|
|||||||
GST1_PLUGINS_BAD_CONF_OPTS += --disable-webp
|
GST1_PLUGINS_BAD_CONF_OPTS += --disable-webp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_WEBRTC),y)
|
||||||
|
GST1_PLUGINS_BAD_CONF_OPTS += --enable-webrtc
|
||||||
|
GST1_PLUGINS_BAD_DEPENDENCIES += webrtc-audio-processing
|
||||||
|
else
|
||||||
|
GST1_PLUGINS_BAD_CONF_OPTS += --disable-webrtc
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_X265),y)
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_X265),y)
|
||||||
GST1_PLUGINS_BAD_CONF_OPTS += --enable-x265
|
GST1_PLUGINS_BAD_CONF_OPTS += --enable-x265
|
||||||
GST1_PLUGINS_BAD_DEPENDENCIES += x265
|
GST1_PLUGINS_BAD_DEPENDENCIES += x265
|
||||||
|
Loading…
x
Reference in New Issue
Block a user