mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
gst1-imx: add missing libfslcodec dependency
Needed by imxmp3audioenc and imxuniaudiodec plugins. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
9666835944
commit
62d1d8ce4b
@ -27,6 +27,10 @@ ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD),y)
|
|||||||
GST1_IMX_DEPENDENCIES += gst1-plugins-bad
|
GST1_IMX_DEPENDENCIES += gst1-plugins-bad
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBFSLCODEC),y)
|
||||||
|
GST1_IMX_DEPENDENCIES += libfslcodec
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBIMXVPUAPI),y)
|
ifeq ($(BR2_PACKAGE_LIBIMXVPUAPI),y)
|
||||||
GST1_IMX_DEPENDENCIES += libimxvpuapi
|
GST1_IMX_DEPENDENCIES += libimxvpuapi
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user