[FFmpeg-cvslog] OS/2: Try to commit memory above 1GB

Dave Yeo git at videolan.org
Fri May 19 12:21:56 EEST 2017


ffmpeg | branch: master | Dave Yeo <dave.r.yeo at gmail.com> | Fri Jan 20 22:19:56 2017 -0800| [7ff018c1cb43a5fe5ee2049d325cdd785852067a] | committer: Diego Biurrun

OS/2: Try to commit memory above 1GB

Signed-off-by: Dave Yeo <dave.r.yeo at gmail.com>
Signed-off-by: Diego Biurrun <diego at biurrun.de>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7ff018c1cb43a5fe5ee2049d325cdd785852067a
---

 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 9cd4fe6b47..53dd809b86 100755
--- a/configure
+++ b/configure
@@ -3964,7 +3964,7 @@ case $target_os in
         ln_s="cp -f"
         objformat="aout"
         add_cppflags -D_GNU_SOURCE
-        add_ldflags -Zomf -Zbin-files -Zargs-wild -Zmap
+        add_ldflags -Zomf -Zbin-files -Zargs-wild -Zhigh-mem -Zmap
         SHFLAGS='$(SUBDIR)$(NAME).def -Zdll -Zomf'
         LIBSUF="_s.a"
         SLIBPREF=""



More information about the ffmpeg-cvslog mailing list