[MPlayer-cvslog] r22725 - trunk/configure
diego
subversion at mplayerhq.hu
Sun Mar 18 21:21:52 CET 2007
Author: diego
Date: Sun Mar 18 21:21:52 2007
New Revision: 22725
Modified:
trunk/configure
Log:
Move setting of TARGET_WIN32 together with other Win32 settings.
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sun Mar 18 21:21:52 2007
@@ -1292,6 +1292,9 @@ if win32 ; then
_exesuf=".exe"
# -lwinmm is always needed for osdep/timer-win2.c
_ld_extra="$_ld_extra -lwinmm"
+ _confwin32='TARGET_WIN32 = yes'
+else
+ _confwin32='TARGET_WIN32 = no'
fi
if mingw32 ; then
@@ -7251,12 +7254,6 @@ if cygwin ; then
CFLAGS="$CFLAGS -D__CYGWIN__"
fi
-if win32 ; then
- _confwin32='TARGET_WIN32 = yes'
-else
- _confwin32='TARGET_WIN32 = no'
-fi
-
# Dynamic linking flags
# (FIXME: 'echocheck "dynamic linking"' above and modify here accordingly)
_ld_dl_dynamic=''
More information about the MPlayer-cvslog
mailing list