From 772d93c81ae3086d8db42cd1847bdb337fa9c28f Mon Sep 17 00:00:00 2001 From: mplayer-svn Date: Mon, 21 May 2012 20:08:01 +0000 Subject: configure: fix directx check on Cygwin build: Fix vo directx configure check on Cygwin Without windows.h included syntax errors will arise inside (some versions of) the ddraw.h header. The wine-based ddraw.h header was reported to not have this problems. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@34953 b3059339-0415-0410-9bf9-f77b7e298cf2 Author: al --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index eba6ee3c97..9c358f3416 100755 --- a/configure +++ b/configure @@ -2703,6 +2703,7 @@ echores "$_direct3d" echocheck "Directx" if test "$_directx" = auto ; then cat > $TMPC << EOF +#include #include #include int main(void) { return 0; } -- cgit v1.2.3