From: Gary Bisson Date: Wed, 16 Mar 2016 14:56:52 +0000 (+0100) Subject: gst1-imx: add missing libfslcodec dependency X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=62d1d8ce4b943ef560bba422c5b2b2bf3d536f6c;p=buildroot.git gst1-imx: add missing libfslcodec dependency Needed by imxmp3audioenc and imxuniaudiodec plugins. Signed-off-by: Gary Bisson Signed-off-by: Thomas Petazzoni --- diff --git a/package/gstreamer1/gst1-imx/gst1-imx.mk b/package/gstreamer1/gst1-imx/gst1-imx.mk index ca6bc49eed..650e097592 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