]> git.sesse.net Git - ffmpeg/commitdiff
OS/2: lxlite should use stdout
authorDave Yeo <daveryeo@telus.net>
Fri, 25 Feb 2011 04:19:32 +0000 (04:19 +0000)
committerMans Rullgard <mans@mansr.com>
Fri, 25 Feb 2011 19:48:19 +0000 (19:48 +0000)
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>
configure

index 50113875e39449fe34ee9cc32c616d5159db52e2..5795c4bdf4aed4c9916ee92af7944c9d91ce24d3 100755 (executable)
--- 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'