[MPlayer-cvslog] r36898 - trunk/configure
komh
subversion at mplayerhq.hu
Thu Feb 20 14:59:34 CET 2014
Author: komh
Date: Thu Feb 20 14:59:34 2014
New Revision: 36898
Log:
configure: add -Zhigh-mem linker flag for OS/2
x264 encoder crashes due to memory allocation failure. This fixes the problem.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Thu Feb 20 14:57:44 2014 (r36897)
+++ trunk/configure Thu Feb 20 14:59:34 2014 (r36898)
@@ -8056,7 +8056,7 @@ fi
# 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
More information about the MPlayer-cvslog
mailing list