Mercurial > mplayer.hg
changeset 36802:621b61818a0f
configure: add -Zhigh-mem linker flag for OS/2
x264 encoder crashes due to memory allocation failure. This fixes the problem.
author | komh |
---|---|
date | Thu, 20 Feb 2014 13:59:34 +0000 |
parents | 60a69c73d982 |
children | c8b6ad3e5732 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu Feb 20 13:57:44 2014 +0000 +++ b/configure Thu Feb 20 13:59:34 2014 +0000 @@ -8056,7 +8056,7 @@ # the OMF format needs to come after the 'extern symbol prefix' check, which # uses nm. if os2 ; then - extra_ldflags="$extra_ldflags -Zomf -Zstack 16384 -Zbin-files -Zargs-wild" + extra_ldflags="$extra_ldflags -Zomf -Zstack 16384 -Zbin-files -Zargs-wild -Zhigh-mem" fi # linker paths should be the same for mencoder and mplayer