[MPlayer-cvslog] r22726 - trunk/configure

diego subversion at mplayerhq.hu
Sun Mar 18 21:25:02 CET 2007


Author: diego
Date: Sun Mar 18 21:25:02 2007
New Revision: 22726

Modified:
   trunk/configure

Log:
Move Cygwin specific #define setting to system OS-specific settings section.


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sun Mar 18 21:25:02 2007
@@ -1301,6 +1301,10 @@ if mingw32 ; then
   _need_shmem=no
 fi
 
+if cygwin ; then
+  _def_confwin32='#define WIN32'
+fi
+
 if amigaos ; then
   _select=no
   _sighandler=no
@@ -7248,7 +7252,6 @@ echores "$_ftello"
 
 # Determine OS dependent libs
 if cygwin ; then
-  _def_confwin32='#define WIN32'
   #CFLAGS="$CFLAGS -D__CYGWIN__ -D__CYGWIN_USE_BIG_TYPES__"
   # stat.st_size with BIG_TYPES is broken (not set) ::atmos 
   CFLAGS="$CFLAGS -D__CYGWIN__"



More information about the MPlayer-cvslog mailing list