Module: ffmpeg Branch: master Commit: cc4e9d2a24a9ca79d4e912df21053426411aa14b
Author: Dave Yeo <[email protected]> Committer: Mans Rullgard <[email protected]> Date: Fri Feb 25 04:19:32 2011 +0000 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 <[email protected]> --- configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure b/configure index 5011387..5795c4b 100755 --- a/configure +++ b/configure @@ -2428,7 +2428,7 @@ case $target_os in ranlib="echo ignoring ranlib" ;; os/2*) - strip="lxlite" + strip="lxlite -CS" ln_s="cp -f" add_ldflags -Zomf -Zbin-files -Zargs-wild -Zmap SHFLAGS='$(SUBDIR)$(NAME).def -Zdll -Zomf' _______________________________________________ ffmpeg-commits mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-commits
