mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-06 09:57:44 +00:00
gst1-plugins-bad: enable fdkaac plugin
It's new for 1.10.0, add an explicit option for the fdkaac plugin. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> [Thomas: add missing dependencies for the fdk-aac select, as noticed by Baruch Siach.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
b60aca590b
commit
0d45e57a12
@ -520,6 +520,18 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_FBDEV
|
|||||||
help
|
help
|
||||||
Linux framebuffer video sink
|
Linux framebuffer video sink
|
||||||
|
|
||||||
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_FDK_AAC
|
||||||
|
bool "fdk-aac"
|
||||||
|
select BR2_PACKAGE_FDK_AAC
|
||||||
|
depends on BR2_PACKAGE_FDK_AAC_ARCH_SUPPORTS
|
||||||
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
|
help
|
||||||
|
MPEG AAC encoder/decoder
|
||||||
|
|
||||||
|
comment "fdk-aac needs a toolchain w/ C++"
|
||||||
|
depends on BR2_PACKAGE_FDK_AAC_ARCH_SUPPORTS
|
||||||
|
depends on !BR2_INSTALL_LIBSTDCPP
|
||||||
|
|
||||||
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_GL
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_GL
|
||||||
bool "gl"
|
bool "gl"
|
||||||
default y
|
default y
|
||||||
|
@ -642,6 +642,14 @@ else
|
|||||||
GST1_PLUGINS_BAD_CONF_OPTS += --disable-fbdev
|
GST1_PLUGINS_BAD_CONF_OPTS += --disable-fbdev
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_FDK_AAC),y)
|
||||||
|
GST1_PLUGINS_BAD_CONF_OPTS += --enable-fdk_aac
|
||||||
|
GST1_PLUGINS_BAD_DEPENDENCIES += fdk-aac
|
||||||
|
GST1_PLUGINS_BAD_HAS_UNKNOWN_LICENSE = y
|
||||||
|
else
|
||||||
|
GST1_PLUGINS_BAD_CONF_OPTS += --disable-fdk_aac
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_GL),y)
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_GL),y)
|
||||||
GST1_PLUGINS_BAD_CONF_OPTS += --enable-gl
|
GST1_PLUGINS_BAD_CONF_OPTS += --enable-gl
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user