[notify] libva-vdpau-driver: Compile fix for libva 1.2.1

This commit is contained in:
Danny Rawlins 2013-08-07 22:44:06 +10:00
parent 17fddf255b
commit 52df5901d2
3 changed files with 16 additions and 2 deletions

View File

@ -1,2 +1,3 @@
aa5f63941036c18e928cd0444ec58310 glx.patch
5ec6d452d2dd307434ea3d32da49c3e5 libva-vdpau-driver-0.7.4.tar.bz2
e1a98235651ff5e6a481860afcfe3032 libva.patch

View File

@ -6,14 +6,15 @@
name=libva-vdpau-driver
version=0.7.4
release=1
release=2
source=(http://www.freedesktop.org/software/vaapi/releases/$name/$name-$version.tar.bz2
glx.patch)
glx.patch libva.patch)
build() {
cd $name-$version
patch -p1 -i $SRC/glx.patch
patch -p1 -i $SRC/libva.patch
./configure \
--prefix=/usr \

View File

@ -0,0 +1,12 @@
diff -ur a/src/vdpau_dump.c b/src/vdpau_dump.c
--- a/src/vdpau_dump.c 2012-10-05 10:02:58.000000000 -0500
+++ b/src/vdpau_dump.c 2013-07-12 14:21:19.990069043 -0500
@@ -59,8 +59,6 @@
_(VAEncSequenceParameterBufferType);
_(VAEncPictureParameterBufferType);
_(VAEncSliceParameterBufferType);
- _(VAEncH264VUIBufferType);
- _(VAEncH264SEIBufferType);
#endif
#if VA_CHECK_VERSION(0,31,1)
_(VAQMatrixBufferType);