[vlc-commits] configure: add -Zhigh-mem linker flag for OS/2

KO Myung-Hun git at videolan.org
Sat Feb 22 11:01:49 CET 2014


vlc | branch: master | KO Myung-Hun <komh78 at gmail.com> | Fri Feb 21 12:24:46 2014 +0900| [7898d4241673aa94a7ec0267314a454853fd2522] | committer: Jean-Baptiste Kempf

configure: add -Zhigh-mem linker flag for OS/2

When converting 1920x1080p mp4 using x264, x264 complains that it failed
to allocate memory. This flags makes it happy.

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7898d4241673aa94a7ec0267314a454853fd2522
---

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 872abce..8163b2f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -279,7 +279,7 @@ case "${host_os}" in
     ;;
   *os2*)
     SYS=os2
-    LDFLAGS="${LDFLAGS} -Zomf -Zbin-files -Zargs-wild"
+    LDFLAGS="${LDFLAGS} -Zomf -Zbin-files -Zargs-wild -Zhigh-mem"
     ;;
   *)
     SYS="${host_os}"



More information about the vlc-commits mailing list