mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-12 13:06:36 +00:00
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
configure
vendored
Executable file → Normal file
1
configure
vendored
Executable file → Normal file
@ -2473,6 +2473,7 @@ case $target_os in
|
|||||||
;;
|
;;
|
||||||
os/2*)
|
os/2*)
|
||||||
ln_s="cp -f"
|
ln_s="cp -f"
|
||||||
|
objformat="aout"
|
||||||
add_ldflags -Zomf -Zbin-files -Zargs-wild -Zmap
|
add_ldflags -Zomf -Zbin-files -Zargs-wild -Zmap
|
||||||
SHFLAGS='$(SUBDIR)$(NAME).def -Zdll -Zomf'
|
SHFLAGS='$(SUBDIR)$(NAME).def -Zdll -Zomf'
|
||||||
FFSERVERLDFLAGS=""
|
FFSERVERLDFLAGS=""
|
||||||
|
Loading…
Reference in New Issue
Block a user