[MPlayer-cvslog] r26388 - trunk/configure

diego subversion at mplayerhq.hu
Fri Apr 11 09:39:50 CEST 2008


Author: diego
Date: Fri Apr 11 09:39:49 2008
New Revision: 26388

Log:
Remove unused TARGET_WIN32 setting.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Fri Apr 11 09:39:49 2008
@@ -1343,10 +1343,7 @@ if win32 ; then
   _exesuf=".exe"
   # -lwinmm is always needed for osdep/timer-win2.c
   _ld_extra="$_ld_extra -lwinmm"
-  _confwin32='TARGET_WIN32 = yes'
   _timer=timer-win2.c
-else
-  _confwin32='TARGET_WIN32 = no'
 fi
 
 if mingw32 ; then
@@ -7825,7 +7822,6 @@ VIDIX_UNICHROME=$_vidix_drv_unichrome
 # --- Some stuff for autoconfigure ----
 $_target_arch
 $_target_arch_x86
-$_confwin32
 TARGET_CPU=$iproc
 HAVE_MMX   = $_mmx
 HAVE_MMX2   = $_mmxext



More information about the MPlayer-cvslog mailing list