Skip to content

Commit

Permalink
gst-fsl-plugins, libfslvpuwrap: add missing select
Browse files Browse the repository at this point in the history
In order to select imx-vpu, packages must also select the
freescale-imx package, otherwise, kconfig prints some warnings.

Signed-off-by: Thomas Petazzoni <[email protected]>
  • Loading branch information
tpetazzoni committed Aug 3, 2014
1 parent 292d9a8 commit 0137013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package/gstreamer/gst-fsl-plugins/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions package/libfslvpuwrap/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0137013

Please sign in to comment.