summaryrefslogtreecommitdiffstats
path: root/libva-vdpau-driver/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2013-12-11 13:42:54 +0000
committer Eric Hameleers <alien@slackware.com>2013-12-11 13:42:54 +0000
commitf4de58fd2503829d7d3c48eaf5beef9a5d25f435 (patch)
tree2aa46b33ee461a133c2943b854856a05d8149e2e /libva-vdpau-driver/build
parentad87ec5a48cd114973cd63c60a11deb883bf1d91 (diff)
downloadasb-f4de58fd2503829d7d3c48eaf5beef9a5d25f435.tar.gz
asb-f4de58fd2503829d7d3c48eaf5beef9a5d25f435.tar.xz
Initial revision
Diffstat (limited to 'libva-vdpau-driver/build')
-rw-r--r--libva-vdpau-driver/build/libva-vdpau-driver_VAEncH264SEIBufferType.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/libva-vdpau-driver/build/libva-vdpau-driver_VAEncH264SEIBufferType.patch b/libva-vdpau-driver/build/libva-vdpau-driver_VAEncH264SEIBufferType.patch
new file mode 100644
index 00000000..8def8aa8
--- /dev/null
+++ b/libva-vdpau-driver/build/libva-vdpau-driver_VAEncH264SEIBufferType.patch
@@ -0,0 +1,13 @@
+--- src/vdpau_dump.c.ORIG 2013-07-01 07:41:00.199815579 -0700
++++ src/vdpau_dump.c 2013-07-01 07:41:45.517929765 -0700
+@@ -59,8 +59,8 @@
+ _(VAEncSequenceParameterBufferType);
+ _(VAEncPictureParameterBufferType);
+ _(VAEncSliceParameterBufferType);
+- _(VAEncH264VUIBufferType);
+- _(VAEncH264SEIBufferType);
++// _(VAEncH264VUIBufferType);
++// _(VAEncH264SEIBufferType);
+ #endif
+ #if VA_CHECK_VERSION(0,31,1)
+ _(VAQMatrixBufferType);