summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorCarlos Rafael Giani <dv@pseudoterminal.org>2014-03-27 23:40:55 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2014-03-28 13:32:41 -0300
commitc1d92b2de109387a4bdda5a06491adff4ec69f34 (patch)
treeaac28a6d9d0cba0013c7e89f3fb70286aa7808a1 /recipes-multimedia
parent8b4240e404ee55ce573003533b246c6cdad49f99 (diff)
downloadmeta-fsl-arm-c1d92b2de109387a4bdda5a06491adff4ec69f34.tar.gz
gstreamer1.0-plugins-imx: Update to version 0.9.5
Change-Id: I2da85352d58b5a3eb2309fee596b556ffd12f15d Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> 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.9.5.bb (renamed from recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.9.2.bb)6
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.9.2.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.9.5.bb
index 2bbd3f9..3b324ba 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.9.2.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.9.5.bb
@@ -6,18 +6,16 @@ DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base libfslvpuwrap virtual/kernel v
6 virtual/libgles2 ${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11', '', d)}" 6 virtual/libgles2 ${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11', '', d)}"
7 7
8SRCBRANCH ?= "master" 8SRCBRANCH ?= "master"
9SRCREV = "331f268b3bc282351b82c3548e703ea04be72b2c" 9SRCREV = "579b63426e47ed3d9265c569bbfd38a054eecf38"
10SRC_URI = "git://github.com/Freescale/gstreamer-imx.git;branch=${SRCBRANCH}" 10SRC_URI = "git://github.com/Freescale/gstreamer-imx.git;branch=${SRCBRANCH}"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
14inherit waf 14inherit waf
15 15
16CFLAGS += "-I${STAGING_KERNEL_DIR}/include"
17
18# configure the eglvivsink element to use the appropiate EGL platform code 16# configure the eglvivsink element to use the appropiate EGL platform code
19EGLVIVSINK_PLATFORM = "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', 'fb', d)}" 17EGLVIVSINK_PLATFORM = "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', 'fb', d)}"
20EXTRA_OECONF = "--egl-platform=${EGLVIVSINK_PLATFORM}" 18EXTRA_OECONF = "--egl-platform=${EGLVIVSINK_PLATFORM} --kernel-headers=${STAGING_KERNEL_DIR}/include"
21 19
22# LIBV is used by gst-plugins-package.inc to specify the GStreamer version (0.10 vs 1.0) 20# LIBV is used by gst-plugins-package.inc to specify the GStreamer version (0.10 vs 1.0)
23LIBV = "1.0" 21LIBV = "1.0"