summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2017-05-19 11:21:41 +0200
committerClément Bœsch <u@pkh.me>2017-05-19 11:21:41 +0200
commit42ed79a2294ca08e3902bd92003d4ccd9cf464ef (patch)
tree912e548923f028e2f62052358d5a3592b1b7495e /configure
parente5630ce5b122b058e6a510ad841b678eb7c5ae76 (diff)
parent7ff018c1cb43a5fe5ee2049d325cdd785852067a (diff)
downloadffmpeg-streaming-42ed79a2294ca08e3902bd92003d4ccd9cf464ef.zip
ffmpeg-streaming-42ed79a2294ca08e3902bd92003d4ccd9cf464ef.tar.gz
Merge commit '7ff018c1cb43a5fe5ee2049d325cdd785852067a'
* commit '7ff018c1cb43a5fe5ee2049d325cdd785852067a': OS/2: Try to commit memory above 1GB Merged-by: Clément Bœsch <u@pkh.me>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 18fbb73..250e067 100755
--- a/configure
+++ b/configure
@@ -4971,7 +4971,7 @@ case $target_os in
strip="lxlite -CS"
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=""
OpenPOWER on IntegriCloud