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

KO Myung-Hun git at videolan.org
Thu Feb 27 16:17:57 CET 2014


vlc/vlc-2.1 | branch: master | KO Myung-Hun <komh78 at gmail.com> | Thu Feb 27 13:06:58 2014 +0900| [c71b207b04868a41dd7bba993f67eedd57d81a69] | 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>
(cherry picked from commit 7898d4241673aa94a7ec0267314a454853fd2522)

Signed-off-by: KO Myung-Hun <komh at chollian.net>
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

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

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}"



More information about the vlc-commits mailing list