Skip to content

Commit

Permalink
configure: add -Zhigh-mem linker flag for OS/2
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
komh authored and jbkempf committed Feb 22, 2014
1 parent adc6095 commit 7898d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 7898d42

Please sign in to comment.