summaryrefslogtreecommitdiff
path: root/extra/vlc/vlc-2.0.7-vaapi-compat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/vlc/vlc-2.0.7-vaapi-compat.patch')
-rw-r--r--extra/vlc/vlc-2.0.7-vaapi-compat.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/vlc/vlc-2.0.7-vaapi-compat.patch b/extra/vlc/vlc-2.0.7-vaapi-compat.patch
new file mode 100644
index 000000000..4fd29710b
--- /dev/null
+++ b/extra/vlc/vlc-2.0.7-vaapi-compat.patch
@@ -0,0 +1,11 @@
+diff -rupN a/modules/codec/avcodec/vaapi.c b/modules/codec/avcodec/vaapi.c
+--- a/modules/codec/avcodec/vaapi.c 2013-01-22 09:51:40.000000000 +0000
++++ b/modules/codec/avcodec/vaapi.c 2013-07-27 17:23:37.965202118 +0000
+@@ -47,6 +47,7 @@
+
+ #include <X11/Xlib.h>
+ #include <va/va_x11.h>
++#include <va/va_compat.h>
+
+ typedef struct
+ {