From 82f319af620ae1e9c8b983d37b038b591575493c Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 4 Aug 2008 06:16:23 +0000 Subject: Change a bunch of X11-specific preprocessor directives. Switch from a HAVE_ prefix to a CONFIG_ prefix. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27409 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_xmga.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo/vo_xmga.c') diff --git a/libvo/vo_xmga.c b/libvo/vo_xmga.c index 1e1edd91aa..0a91b57415 100644 --- a/libvo/vo_xmga.c +++ b/libvo/vo_xmga.c @@ -29,7 +29,7 @@ #include #include -#ifdef HAVE_XINERAMA +#ifdef CONFIG_XINERAMA #include #endif -- cgit v1.2.3