chithanh 14/07/21 09:04:42 Added: xvba-video-0.8.0-assert-hw_image_hooks_glx.patch Log: Adjust libva dependencies in the stable ebuild, bug #517394. Apply patch to avoid triggering an assert in xvba_image.c, bug #499290. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Revision Changes Path 1.1 x11-libs/xvba-video/files/xvba-video-0.8.0-assert-hw_image_hooks_glx.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xvba-video/files/xvba-video-0.8.0-assert-hw_image_hooks_glx.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xvba-video/files/xvba-video-0.8.0-assert-hw_image_hooks_glx.patch?rev=1.1&content-type=text/plain Index: xvba-video-0.8.0-assert-hw_image_hooks_glx.patch =================================================================== diff -ur xvba-video-0.8.0/src/xvba_image.c xvba-video-0.8.0-patched/src/xvba_image.c --- xvba-video-0.8.0/src/xvba_image.c 2011-06-14 13:07:13.000000000 +0200 +++ xvba-video-0.8.0-patched/src/xvba_image.c 2012-07-22 14:55:14.186667413 +0200 @@ -423,7 +423,7 @@ } #if USE_GLX -const HWImageHooks hw_image_hooks_glx attribute_hidden; +extern const HWImageHooks hw_image_hooks_glx attribute_hidden; #endif // Commit image to the HW
