From ff1c015d415352fe886cf85b6962d47cdbed1f6d Mon Sep 17 00:00:00 2001
From: Michael Kostylev <michael.kostylev@gmail.com>
Date: Sun, 11 Jan 2009 02:19:33 +0000
Subject: [PATCH] Use coff as objformat for dos. Patch by Michael Kostylev <mik
 at it-1 dot ru>

Originally committed as revision 16525 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 56606aaae63..000cd2a8757 100755
--- 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)
-- 
GitLab