[vlc-devel] [PATCH 1/2] configure: add -Zhigh-mem linker flag for OS/2
KO Myung-Hun
komh78 at gmail.com
Fri Feb 21 04:24:46 CET 2014
When converting 1920x1080p mp4 using x264, x264 complains that it failed
to allocate memory. This flags makes it happy.
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 40710b2..7b04295 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}"
--
1.7.3.2
More information about the vlc-devel
mailing list