summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuqing Zhu <carol.zhu@nxp.com>2016-04-18 22:57:50 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-05-07 10:07:46 -0300
commitacc6ab8ece131c7e2edca32f610b3d09fc71cf98 (patch)
tree3f61d4273d80dcf9928725eb1cea1bee30f7f483
parent8d336c76878b4c95ae58ccbe809d8953789284fe (diff)
downloadmeta-freescale-acc6ab8ece131c7e2edca32f610b3d09fc71cf98.tar.gz
gstreamer1.0-plugins-imx: Update PACKAGECONFIG
libfslcodec has been renamed as imx-codec, need to update the PACKAGECONFIG. Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.1.bb4
1 files 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,"
53PACKAGECONFIG[vpu] = ",--disable-vpu,libimxvpuapi" 53PACKAGECONFIG[vpu] = ",--disable-vpu,libimxvpuapi"
54PACKAGECONFIG[eglvivsink] = "${EGL_PLATFORM_CONF},--disable-eglvivsink,${EGLVIVSINK_DEPENDS}" 54PACKAGECONFIG[eglvivsink] = "${EGL_PLATFORM_CONF},--disable-eglvivsink,${EGLVIVSINK_DEPENDS}"
55PACKAGECONFIG[v4l2src] = ",--disable-v4l2src," 55PACKAGECONFIG[v4l2src] = ",--disable-v4l2src,"
56PACKAGECONFIG[uniaudiodec] = ",--disable-uniaudiodec,libfslcodec" 56PACKAGECONFIG[uniaudiodec] = ",--disable-uniaudiodec,imx-codec"
57PACKAGECONFIG[mp3encoder] = ",--disable-mp3encoder,libfslcodec" 57PACKAGECONFIG[mp3encoder] = ",--disable-mp3encoder,imx-codec"
58 58
59# LIBV is used by gst-plugins-package.inc to specify the GStreamer version (0.10 vs 1.0) 59# LIBV is used by gst-plugins-package.inc to specify the GStreamer version (0.10 vs 1.0)
60LIBV = "1.0" 60LIBV = "1.0"