OSDN Git Service

Use coff as objformat for dos.
authorMichael Kostylev <michael.kostylev@gmail.com>
Sun, 11 Jan 2009 02:19:33 +0000 (02:19 +0000)
committerRamiro Polla <ramiro.polla@gmail.com>
Sun, 11 Jan 2009 02:19:33 +0000 (02:19 +0000)
Patch by Michael Kostylev <mik at it-1 dot ru>

Originally committed as revision 16525 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 56606aa..000cd2a 100755 (executable)
--- a/configure
+++ b/configure
@@ -1497,7 +1497,7 @@ case $target_os in
         disable $INDEV_LIST $OUTDEV_LIST
         network_extralibs="-lsocket"
         EXESUF=".exe"
-        objformat="win32"
+        objformat="coff"
         enable dos_paths
         ;;
     linux)