summaryrefslogtreecommitdiffstats
path: root/libvo/vo_dga.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2011-03-09 20:39:13 +0100
committerUoti Urpala <uau@mplayer2.org>2011-04-20 04:22:53 +0300
commit699bf9dcd3793d9ce710067861df2df14cfa9e57 (patch)
tree32047614606e235ed5a0f2c02406e65009c04623 /libvo/vo_dga.c
parent52743acba37451121d0820150694d13e2f660774 (diff)
downloadmpv-699bf9dcd3793d9ce710067861df2df14cfa9e57.tar.bz2
mpv-699bf9dcd3793d9ce710067861df2df14cfa9e57.tar.xz
vo_dga: replace xf86dga.h with Xxf86dga.h
xf86dga.h is deprecated and may be removed in the future.
Diffstat (limited to 'libvo/vo_dga.c')
-rw-r--r--libvo/vo_dga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_dga.c b/libvo/vo_dga.c
index 94d42774a8..001d112e8f 100644
--- a/libvo/vo_dga.c
+++ b/libvo/vo_dga.c
@@ -35,7 +35,7 @@
#include "mp_msg.h"
#include <X11/Xlib.h>
-#include <X11/extensions/xf86dga.h>
+#include <X11/extensions/Xxf86dga.h>
#ifdef CONFIG_XF86VM
#include <X11/extensions/xf86vmode.h>