Commit 7898d424 authored by KO Myung-Hun's avatar KO Myung-Hun Committed by 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: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent adc60952
......@@ -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}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment