]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Use coff as objformat for dos.
authorramiro <ramiro@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 11 Jan 2009 02:19:33 +0000 (02:19 +0000)
committerramiro <ramiro@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 11 Jan 2009 02:19:33 +0000 (02:19 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16525 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

configure

index 56606aaae6344fb553adf53e5e1b69348269fb28..000cd2a87571b03edcd8d2850d8c7c59ebae8281 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)