[FFmpeg-cvslog] configure: Set OS/2 objformat to a.out.

Dave Yeo git at videolan.org
Sat May 21 05:36:10 CEST 2011


ffmpeg | branch: master | Dave Yeo <dave.r.yeo at gmail.com> | Fri May 20 17:26:52 2011 +0200| [9297f1ed15a4707b1b59c5c347d7185ee0bb3ef8] | committer: Diego Biurrun

configure: Set OS/2 objformat to a.out.

Signed-off-by: Diego Biurrun <diego at biurrun.de>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9297f1ed15a4707b1b59c5c347d7185ee0bb3ef8
---

 configure |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
old mode 100755
new mode 100644
index 96867a5..634edd5
--- a/configure
+++ b/configure
@@ -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=""



More information about the ffmpeg-cvslog mailing list