[x264-devel] commit: Mark Win32 executable as large address aware (Anton Mitrofanov )
git at videolan.org
git at videolan.org
Fri May 21 10:33:13 CEST 2010
x264 | branch: master | Anton Mitrofanov <BugMaster at narod.ru> | Tue May 18 22:26:59 2010 +0400| [dd4972a2cb50b567542391e288d17ebba7536911] | committer: Jason Garrett-Glaser
Mark Win32 executable as large address aware
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=dd4972a2cb50b567542391e288d17ebba7536911
---
configure | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure b/configure
index e9e45cd..16c2089 100755
--- a/configure
+++ b/configure
@@ -307,6 +307,7 @@ case $host_cpu in
ASFLAGS="$ASFLAGS -f macho -DPREFIX"
elif [ "$SYS" = MINGW ]; then
ASFLAGS="$ASFLAGS -f win32 -DPREFIX"
+ LDFLAGS="$LDFLAGS -Wl,--large-address-aware"
else
ASFLAGS="$ASFLAGS -f elf"
fi
More information about the x264-devel
mailing list