[FFmpeg-cvslog] r12523 - trunk/configure
diego
subversion
Thu Mar 20 20:26:24 CET 2008
Author: diego
Date: Thu Mar 20 20:26:24 2008
New Revision: 12523
Log:
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
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Thu Mar 20 20:26:24 2008
@@ -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)'
More information about the ffmpeg-cvslog
mailing list