mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09: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:
committed by
Thomas Petazzoni
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
|
||||||
|
|||||||
Reference in New Issue
Block a user