summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDave Yeo <daveryeo@telus.net>2008-03-20 19:26:24 +0000
committerDiego Biurrun <diego@biurrun.de>2008-03-20 19:26:24 +0000
commit287d3b13367348fd616a59c188fff10f7b04ebac (patch)
tree1f39ae1f2e21b76b6a747a3c8e994cb0ceff5e50 /configure
parentc2f178da71d4484d3884c424e33c5fad6f7455cf (diff)
Create object files in a.out (aout-emx) format on OS/2. This works around
needed system tools like nm not understanding the OMF object format. patch by Dave Yeo, daveryeo telus net Originally committed as revision 12523 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure b/configure
index 46996db35b..60966b69fa 100755
--- a/configure
+++ b/configure
@@ -1268,16 +1268,13 @@ case $targetos in
ranlib="echo ignoring ranlib"
;;
os/2*)
- ar="emxomfar -p256"
- ranlib="echo ignoring ranlib"
strip="lxlite"
ln_s="cp -f"
- add_cflags "-Zomf"
EXESUF=".exe"
FFLDFLAGS="-Zomf -Zbin-files -Zargs-wild -Zmap"
SHFLAGS='$(NAME).def -Zdll -Zomf'
FFSERVERLDFLAGS=""
- LIBSUF="_s.lib"
+ LIBSUF="_s.a"
SLIBPREF=""
SLIBSUF=".dll"
SLIBNAME_WITH_VERSION='$(SLIBPREF)$(NAME)-$(LIBVERSION)$(SLIBSUF)'