commit 9ec9acb73722e828bd6f2eebc003acc071b43fe4
parent dc1dc68fa73e0d193c489705990e73a085f4bbee
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Tue, 22 Jul 2014 23:10:55 +0000
mpv: whoops enable xv
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/mpv/config.h b/mpv/config.h
@@ -67,7 +67,7 @@
#define HAVE_X11 1
#define HAVE_XSS 0
#define HAVE_XEXT 0
-#define HAVE_XV 0
+#define HAVE_XV 1
#define HAVE_VDPAU 0
#define HAVE_VDPAU_HWACCEL 1
#define HAVE_VAAPI 0
diff --git a/mpv/config.mak b/mpv/config.mak
@@ -46,7 +46,7 @@ WAYLAND = no
X11 = yes
XSS = no
XEXT = no
-XV = no
+XV = yes
VDPAU = no
VAAPI = no
VAAPI_VPP = no