[MPlayer-cvslog] r35465 - trunk/configure

reimar subversion at mplayerhq.hu
Fri Nov 23 21:34:49 CET 2012


Author: reimar
Date: Fri Nov 23 21:34:49 2012
New Revision: 35465

Log:
Add --large-address-aware to allow 32 bit Windows builds to use
more than 2 GB RAM if the OS can provide it.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Fri Nov 23 21:33:22 2012	(r35464)
+++ trunk/configure	Fri Nov 23 21:34:49 2012	(r35465)
@@ -7774,6 +7774,14 @@ else
   echores "no"
 fi
 
+echocheck "linker support for --large-address-aware"
+if cflag_check "-Wl,--large-address-aware" ; then
+  extra_ldflags="-Wl,--large-address-aware $extra_ldflags"
+  echores "yes"
+else
+  echores "no"
+fi
+
 
 # Dynamic linking flags
 # (FIXME: 'echocheck "dynamic linking"' above and modify here accordingly)


More information about the MPlayer-cvslog mailing list