diff options
Diffstat (limited to 'x11-libs/vdpau-video/files/vdpau-video-nogl.patch')
-rw-r--r-- | x11-libs/vdpau-video/files/vdpau-video-nogl.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/x11-libs/vdpau-video/files/vdpau-video-nogl.patch b/x11-libs/vdpau-video/files/vdpau-video-nogl.patch deleted file mode 100644 index ce41cc38393a..000000000000 --- a/x11-libs/vdpau-video/files/vdpau-video-nogl.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: vdpau-video-0.7.3.pre2/src/vdpau_driver.c -=================================================================== ---- vdpau-video-0.7.3.pre2.orig/src/vdpau_driver.c -+++ vdpau-video-0.7.3.pre2/src/vdpau_driver.c -@@ -281,7 +281,7 @@ VAStatus VA_DRIVER_INIT_FUNC(void *ctx) - #define VA_INIT_VERSION_MINOR 31 - #define VA_INIT_VERSION_MICRO 1 - #define VA_INIT_SUFFIX 0_31_1 --#define VA_INIT_GLX 1 -+#define VA_INIT_GLX USE_GLX - #include "vdpau_driver_template.h" - - VAStatus __vaDriverInit_0_31(void *ctx) |