You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
OS/2: lxlite should use stdout
This causes lxlite to use stdout instead of vioXXX
functions. This improves fate and build logs readability.
Affects OS/2 only.
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit cc4e9d2a24
)
This commit is contained in:
committed by
Michael Niedermayer
parent
3308ddfb36
commit
f183cfeb99
2
configure
vendored
2
configure
vendored
@@ -2433,7 +2433,7 @@ case $target_os in
|
|||||||
ranlib="echo ignoring ranlib"
|
ranlib="echo ignoring ranlib"
|
||||||
;;
|
;;
|
||||||
os/2*)
|
os/2*)
|
||||||
strip="lxlite"
|
strip="lxlite -CS"
|
||||||
ln_s="cp -f"
|
ln_s="cp -f"
|
||||||
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'
|
||||||
|
Reference in New Issue
Block a user