summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/mplayer/files/mplayer-1.3-vdpau-x11.patch')
-rw-r--r--media-video/mplayer/files/mplayer-1.3-vdpau-x11.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/media-video/mplayer/files/mplayer-1.3-vdpau-x11.patch b/media-video/mplayer/files/mplayer-1.3-vdpau-x11.patch
deleted file mode 100644
index cfefb63deb94..000000000000
--- a/media-video/mplayer/files/mplayer-1.3-vdpau-x11.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-r37932 | al | 2017-04-20 01:06:04 +0200 (Thu, 20 Apr 2017) | 6 lines
-
-vo_vdpau: Explicitly include header vdpau_x11.h
-
-The include from inside libavcodec/vdpau.h was removed in FFmpeg
-commit d40e181bec22014a9ea312ab6837f7f0bc4f9e42 .
-
-Index: libvo/vo_vdpau.c
-===================================================================
---- a/libvo/vo_vdpau.c (revision 37931)
-+++ b/libvo/vo_vdpau.c (revision 37932)
-@@ -34,6 +34,7 @@
-
- #include <stdio.h>
- #include <strings.h>
-+#include <vdpau/vdpau_x11.h>
-
- #include "config.h"
- #include "sub/ass_mp.h"