From acc6ab8ece131c7e2edca32f610b3d09fc71cf98 Mon Sep 17 00:00:00 2001 From: Yuqing Zhu Date: Mon, 18 Apr 2016 22:57:50 +0800 Subject: [PATCH] gstreamer1.0-plugins-imx: Update PACKAGECONFIG libfslcodec has been renamed as imx-codec, need to update the PACKAGECONFIG. Signed-off-by: Yuqing Zhu Signed-off-by: Otavio Salvador --- .../gstreamer/gstreamer1.0-plugins-imx_0.12.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.1.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.1.bb index f968dbcd..c20b942d 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.1.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.1.bb @@ -53,8 +53,8 @@ PACKAGECONFIG[ipu] = ",--disable-ipu," PACKAGECONFIG[vpu] = ",--disable-vpu,libimxvpuapi" PACKAGECONFIG[eglvivsink] = "${EGL_PLATFORM_CONF},--disable-eglvivsink,${EGLVIVSINK_DEPENDS}" PACKAGECONFIG[v4l2src] = ",--disable-v4l2src," -PACKAGECONFIG[uniaudiodec] = ",--disable-uniaudiodec,libfslcodec" -PACKAGECONFIG[mp3encoder] = ",--disable-mp3encoder,libfslcodec" +PACKAGECONFIG[uniaudiodec] = ",--disable-uniaudiodec,imx-codec" +PACKAGECONFIG[mp3encoder] = ",--disable-mp3encoder,imx-codec" # LIBV is used by gst-plugins-package.inc to specify the GStreamer version (0.10 vs 1.0) LIBV = "1.0" -- 2.40.1