forked from FFmpeg/FFmpeg
configure: Set OS/2 objformat to a.out.
Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
parent
d69f9a4234
commit
9297f1ed15
1 changed files with 1 additions and 0 deletions
1
configure
vendored
Executable file → Normal file
1
configure
vendored
Executable file → Normal file
|
@ -2473,6 +2473,7 @@ case $target_os in
|
|||
;;
|
||||
os/2*)
|
||||
ln_s="cp -f"
|
||||
objformat="aout"
|
||||
add_ldflags -Zomf -Zbin-files -Zargs-wild -Zmap
|
||||
SHFLAGS='$(SUBDIR)$(NAME).def -Zdll -Zomf'
|
||||
FFSERVERLDFLAGS=""
|
||||
|
|
Loading…
Add table
Reference in a new issue