diff options
author | Dave Yeo <dave.r.yeo@gmail.com> | 2011-05-20 17:26:52 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-05-20 17:52:23 +0200 |
commit | 9297f1ed15a4707b1b59c5c347d7185ee0bb3ef8 (patch) | |
tree | 4ce0de6ef5976535323fce3d79712b70281d77bf | |
parent | d69f9a4234fefcbf038e6a19203df6865f38ffb8 (diff) | |
download | ffmpeg-9297f1ed15a4707b1b59c5c347d7185ee0bb3ef8.tar.gz |
configure: Set OS/2 objformat to a.out.
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-rw-r--r--[-rwxr-xr-x] | configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure index 96867a550e..634edd54d3 100755..100644 --- 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="" |