[Buildroot] [PATCH 12/14] gst1-imx: add missing libfslcodec dependency

Gary Bisson gary.bisson at boundarydevices.com
Wed Mar 16 14:56:52 UTC 2016


Needed by imxmp3audioenc and imxuniaudiodec plugins.

Signed-off-by: Gary Bisson <gary.bisson at boundarydevices.com>
---
 package/gstreamer1/gst1-imx/gst1-imx.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/gstreamer1/gst1-imx/gst1-imx.mk b/package/gstreamer1/gst1-imx/gst1-imx.mk
index ca6bc49..650e097 100644
--- a/package/gstreamer1/gst1-imx/gst1-imx.mk
+++ b/package/gstreamer1/gst1-imx/gst1-imx.mk
@@ -27,6 +27,10 @@ ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD),y)
 GST1_IMX_DEPENDENCIES += gst1-plugins-bad
 endif
 
+ifeq ($(BR2_PACKAGE_LIBFSLCODEC),y)
+GST1_IMX_DEPENDENCIES += libfslcodec
+endif
+
 ifeq ($(BR2_PACKAGE_LIBIMXVPUAPI),y)
 GST1_IMX_DEPENDENCIES += libimxvpuapi
 endif
-- 
2.7.0




More information about the buildroot mailing list