diff options
author | Yuqing Zhu <carol.zhu@nxp.com> | 2016-04-18 22:57:50 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-05-07 10:07:46 -0300 |
commit | acc6ab8ece131c7e2edca32f610b3d09fc71cf98 (patch) | |
tree | 3f61d4273d80dcf9928725eb1cea1bee30f7f483 /recipes-multimedia | |
parent | 8d336c76878b4c95ae58ccbe809d8953789284fe (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.1.bb | 4 |
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," | |||
53 | PACKAGECONFIG[vpu] = ",--disable-vpu,libimxvpuapi" | 53 | PACKAGECONFIG[vpu] = ",--disable-vpu,libimxvpuapi" |
54 | PACKAGECONFIG[eglvivsink] = "${EGL_PLATFORM_CONF},--disable-eglvivsink,${EGLVIVSINK_DEPENDS}" | 54 | PACKAGECONFIG[eglvivsink] = "${EGL_PLATFORM_CONF},--disable-eglvivsink,${EGLVIVSINK_DEPENDS}" |
55 | PACKAGECONFIG[v4l2src] = ",--disable-v4l2src," | 55 | PACKAGECONFIG[v4l2src] = ",--disable-v4l2src," |
56 | PACKAGECONFIG[uniaudiodec] = ",--disable-uniaudiodec,libfslcodec" | 56 | PACKAGECONFIG[uniaudiodec] = ",--disable-uniaudiodec,imx-codec" |
57 | PACKAGECONFIG[mp3encoder] = ",--disable-mp3encoder,libfslcodec" | 57 | PACKAGECONFIG[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) |
60 | LIBV = "1.0" | 60 | LIBV = "1.0" |