mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-27 21:40:34 +00:00
OS/2: Try to commit memory above 1GB
Signed-off-by: Dave Yeo <dave.r.yeo@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
parent
fd8de7f2d8
commit
7ff018c1cb
2
configure
vendored
2
configure
vendored
@ -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=""
|
||||
|
Loading…
Reference in New Issue
Block a user