You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02: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:
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=""
|
||||
|
Reference in New Issue
Block a user