From dd6c3d3b19503e8b25e7e5c67e441ffe726426af Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 15 Jan 2013 09:53:10 -0800 Subject: 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 Signed-off-by: Tom Zanussi --- common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb | 6 +++--- 1 file 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" DEPENDS = "gstreamer gst-plugins-base gst-plugins-bad libva" -# 0.3.8 tag -SRCREV = "6ec4c2252a4aa706cd8631cb1083828485b9df9a" -PV = "0.3.8+git${SRCPV}" +# 0.4.0 tag +SRCREV = "329065546463512c8cc9c92c7f34510793ceb6dd" +PV = "0.4.0+git${SRCPV}" PR = "r0" SRC_URI = "git://gitorious.org/vaapi/gstreamer-vaapi.git" -- cgit v1.2.3-54-g00ecf