diff options
author | Gary Bisson <gary.bisson@boundarydevices.com> | 2016-03-16 15:56:52 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-03-19 14:58:46 +0100 |
commit | 62d1d8ce4b943ef560bba422c5b2b2bf3d536f6c (patch) | |
tree | cdc3c6e67f67c0d649d1a1bd6b4fc8b847d25831 | |
parent | 96668359444cba8cd4795c5dd376e1e10a7e1de6 (diff) | |
download | buildroot-62d1d8ce4b943ef560bba422c5b2b2bf3d536f6c.tar.gz buildroot-62d1d8ce4b943ef560bba422c5b2b2bf3d536f6c.zip |
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>
-rw-r--r-- | package/gstreamer1/gst1-imx/gst1-imx.mk | 4 |
1 files changed, 4 insertions, 0 deletions
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 |