# HG changeset patch # User komh # Date 1392904774 0 # Node ID 621b61818a0fcaeb4361e513b84230b9dc44988e # Parent 60a69c73d9827b9741fb81030cfa5e6a83659b76 configure: add -Zhigh-mem linker flag for OS/2 x264 encoder crashes due to memory allocation failure. This fixes the problem. diff -r 60a69c73d982 -r 621b61818a0f configure --- 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