mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
gst-fsl-plugins, libfslvpuwrap: add missing select
In order to select imx-vpu, packages must also select the freescale-imx package, otherwise, kconfig prints some warnings. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
@@ -16,6 +16,7 @@ config BR2_PACKAGE_GST_FSL_PLUGINS
|
||||
select BR2_PACKAGE_IMX_VPU
|
||||
select BR2_PACKAGE_LIBFSLPARSER
|
||||
select BR2_PACKAGE_LIBFSLCODEC
|
||||
select BR2_PACKAGE_FREESCALE_IMX
|
||||
help
|
||||
GStreamer plugins for hardware-accelerated audio and video
|
||||
parsers and codecs on i.MX platforms. It requires a kernel that
|
||||
|
||||
@@ -6,6 +6,7 @@ config BR2_PACKAGE_LIBFSLVPUWRAP
|
||||
bool "libfslvpuwrap"
|
||||
depends on BR2_LINUX_KERNEL
|
||||
depends on BR2_arm # Only relevant for i.MX
|
||||
select BR2_PACKAGE_FREESCALE_IMX
|
||||
select BR2_PACKAGE_IMX_VPU
|
||||
help
|
||||
Wrapper library for the vpu library, giving it a different API.
|
||||
|
||||
Reference in New Issue
Block a user