[MPlayer-cvslog] r35819 - trunk/configure

diego subversion at mplayerhq.hu
Tue Jan 22 00:35:35 CET 2013


Author: diego
Date: Tue Jan 22 00:35:35 2013
New Revision: 35819

Log:
configure: Add windows.h check for libavutil

based on patches by Erik Auerswald, auerswal unix-ag.uni-kl de
and Josh Finch, joshf87 live com

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Tue Jan 22 00:35:32 2013	(r35818)
+++ trunk/configure	Tue Jan 22 00:35:35 2013	(r35819)
@@ -3788,6 +3788,15 @@ else
   def_direct_h='#define HAVE_DIRECT_H 0'
 fi
 echores "$_direct_h"
+
+
+echocheck "windows.h"
+windows_h=no
+def_windows_h='#define HAVE_WINDOWS_H 0'
+header_check windows.h && windows_h=yes && def_windows_h='#define HAVE_WINDOWS_H 1'
+echores "$windows_h"
+
+
 echocheck "io.h"
 _io_h=no
 header_check io.h && _io_h=yes
@@ -8927,6 +8936,7 @@ $def_arpa_inet_h
 $def_direct_h
 $def_io_h
 $def_poll_h
+$def_windows_h
 
 /* external libraries */
 $def_bzlib


More information about the MPlayer-cvslog mailing list