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>
This commit is contained in:
Nitin A Kamble 2013-01-15 09:53:10 -08:00 committed by Tom Zanussi
parent 310662cde0
commit dd6c3d3b19

View File

@ -8,9 +8,9 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
DEPENDS = "gstreamer gst-plugins-base gst-plugins-bad libva" DEPENDS = "gstreamer gst-plugins-base gst-plugins-bad libva"
# 0.3.8 tag # 0.4.0 tag
SRCREV = "6ec4c2252a4aa706cd8631cb1083828485b9df9a" SRCREV = "329065546463512c8cc9c92c7f34510793ceb6dd"
PV = "0.3.8+git${SRCPV}" PV = "0.4.0+git${SRCPV}"
PR = "r0" PR = "r0"
SRC_URI = "git://gitorious.org/vaapi/gstreamer-vaapi.git" SRC_URI = "git://gitorious.org/vaapi/gstreamer-vaapi.git"