diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2013-08-07 22:44:06 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2013-08-07 22:44:06 +1000 |
commit | 52df5901d23f67de04da490f02e74ce7a66fc4aa (patch) | |
tree | ae52fa5ecdc683d549ab259c05a45660802823d8 /libva-vdpau-driver | |
parent | 17fddf255b80579319208562ad45f9d2e0e602ab (diff) | |
download | opt-52df5901d23f67de04da490f02e74ce7a66fc4aa.tar.gz opt-52df5901d23f67de04da490f02e74ce7a66fc4aa.tar.xz |
[notify] libva-vdpau-driver: Compile fix for libva 1.2.1
Diffstat (limited to 'libva-vdpau-driver')
-rw-r--r-- | libva-vdpau-driver/.md5sum | 1 | ||||
-rw-r--r-- | libva-vdpau-driver/Pkgfile | 5 | ||||
-rw-r--r-- | libva-vdpau-driver/libva.patch | 12 |
3 files changed, 16 insertions, 2 deletions
diff --git a/libva-vdpau-driver/.md5sum b/libva-vdpau-driver/.md5sum index efaa80b3e..594977895 100644 --- a/libva-vdpau-driver/.md5sum +++ b/libva-vdpau-driver/.md5sum @@ -1,2 +1,3 @@ aa5f63941036c18e928cd0444ec58310 glx.patch 5ec6d452d2dd307434ea3d32da49c3e5 libva-vdpau-driver-0.7.4.tar.bz2 +e1a98235651ff5e6a481860afcfe3032 libva.patch diff --git a/libva-vdpau-driver/Pkgfile b/libva-vdpau-driver/Pkgfile index 820f2125e..8270b8b03 100644 --- a/libva-vdpau-driver/Pkgfile +++ b/libva-vdpau-driver/Pkgfile @@ -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 \ diff --git a/libva-vdpau-driver/libva.patch b/libva-vdpau-driver/libva.patch new file mode 100644 index 000000000..8b629623e --- /dev/null +++ b/libva-vdpau-driver/libva.patch @@ -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); |