[vlc-devel] [PATCH 1/2] configure: add -Zhigh-mem linker flag for OS/2

KO Myung-Hun komh78 at gmail.com
Thu Feb 27 05:06:58 CET 2014


From: KO Myung-Hun <komh78 at gmail.com>

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>
(cherry picked from commit 7898d4241673aa94a7ec0267314a454853fd2522)

Signed-off-by: KO Myung-Hun <komh at chollian.net>
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 858dbfd..a684338 100644
--- a/configure.ac
+++ b/configure.ac
@@ -266,7 +266,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}"
-- 
1.7.3.2




More information about the vlc-devel mailing list