summaryrefslogtreecommitdiffstats
path: root/common/recipes-multimedia
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2013-01-15 09:53:10 -0800
committerTom Zanussi <tom.zanussi@intel.com>2013-01-15 13:47:20 -0600
commitdd6c3d3b19503e8b25e7e5c67e441ffe726426af (patch)
tree4ae6eba8611613fecaf4d48e17787f002f3e8dda /common/recipes-multimedia
parent310662cde0a911679d7fe32f32296aafcb9df29d (diff)
downloadmeta-intel-dd6c3d3b19503e8b25e7e5c67e441ffe726426af.tar.gz
gstreamer-vaapi_git: fix a build issue
This commit fixes this issue: | In file included from gstvaapidisplay_glx.c:31:0: | gstvaapiutils_glx.h:148:5: error: unknown type name 'PFNGLMULTITEXCOORD2FPROC' | make[4]: *** [libgstvaapi_glx_0.10_la-gstvaapidisplay_glx.lo] Error 1 | ERROR: Function failed: do_compile (see /srv/home/nitin/build-test-bsps/build-sugarbay/tmp/work/x86_64-poky-linux/gstreamer-vaapi/0.3.8+gitAUTOINC+6ec4c2252a4aa706cd8631cb1083828485b9df9a-r0/temp/log.do_compile.73657 Found a solution to the issue here: https://bugs.freedesktop.org/show_bug.cgi?id=56516 Fixed the issue as per the comments on the above bug. Fixes this bug: [YOCTO #3722] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'common/recipes-multimedia')
-rw-r--r--common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb b/common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb
index 74fa29a2..bdcf88ff 100644
--- a/common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb
+++ b/common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb
@@ -8,9 +8,9 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
8 8
9DEPENDS = "gstreamer gst-plugins-base gst-plugins-bad libva" 9DEPENDS = "gstreamer gst-plugins-base gst-plugins-bad libva"
10 10
11# 0.3.8 tag 11# 0.4.0 tag
12SRCREV = "6ec4c2252a4aa706cd8631cb1083828485b9df9a" 12SRCREV = "329065546463512c8cc9c92c7f34510793ceb6dd"
13PV = "0.3.8+git${SRCPV}" 13PV = "0.4.0+git${SRCPV}"
14PR = "r0" 14PR = "r0"
15 15
16SRC_URI = "git://gitorious.org/vaapi/gstreamer-vaapi.git" 16SRC_URI = "git://gitorious.org/vaapi/gstreamer-vaapi.git"