summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/gstreamer
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-04-19 16:52:32 -0300
commit5b4700fab10031ad306d6152e0e47ad1224edcd5 (patch)
tree2a8aef4b66dfec48a6904be33752d16a3f05bf76 /recipes-multimedia/gstreamer
parent2358369db6480e891fe8c742024e91c30f39d658 (diff)
downloadmeta-fsl-arm-5b4700fab10031ad306d6152e0e47ad1224edcd5.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>
Diffstat (limited to 'recipes-multimedia/gstreamer')
-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 f968dbc..c20b942 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"