Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/vlc/files: vlc-9999-libva-1.2.1-compat.patch
Date: Wed, 26 Mar 2014 15:29:57
Message-Id: 20140326152951.9DE292004F@flycatcher.gentoo.org
1 tomwij 14/03/26 15:29:51
2
3 Added: vlc-9999-libva-1.2.1-compat.patch
4 Log:
5 Update libva 1.2.1 compatibility patch for live version; fixes bug #505586, reported by jospezial.
6
7 (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
8
9 Revision Changes Path
10 1.1 media-video/vlc/files/vlc-9999-libva-1.2.1-compat.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/files/vlc-9999-libva-1.2.1-compat.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/files/vlc-9999-libva-1.2.1-compat.patch?rev=1.1&content-type=text/plain
14
15 Index: vlc-9999-libva-1.2.1-compat.patch
16 ===================================================================
17 --- a/modules/codec/avcodec/vaapi.c
18 +++ b/modules/codec/avcodec/vaapi.c
19 @@ -34,6 +34,9 @@
20 #ifdef VLC_VA_BACKEND_XLIB
21 # include <vlc_xlib.h>
22 # include <va/va_x11.h>
23 +#if VA_MINOR_VERSION >= 34
24 +# include <va/va_compat.h>
25 +#endif
26 #endif
27 #ifdef VLC_VA_BACKEND_DRM
28 # include <sys/types.h>