From c3e7f3b845466b44478dd29ce1e15381ec34543d Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 2 Feb 2005 14:07:13 +0000 Subject: Separate XF86 video mode extension check from XF86 keysym check as XFree 3.x does not have the latter. based on a patch by Trent Piepho git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14637 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/x11_common.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libvo') diff --git a/libvo/x11_common.c b/libvo/x11_common.c index c42f19f364..bae6c647a0 100644 --- a/libvo/x11_common.c +++ b/libvo/x11_common.c @@ -37,6 +37,9 @@ #ifdef HAVE_XF86VM #include +#endif + +#ifdef HAVE_XF86XK #include #endif -- cgit v1.2.3