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
pull/126/head
Michael Kostylev 16 years ago committed by Ramiro Polla
parent 1717031362
commit ff1c015d41
  1. 2
      configure

2
configure vendored

@ -1497,7 +1497,7 @@ case $target_os in
disable $INDEV_LIST $OUTDEV_LIST disable $INDEV_LIST $OUTDEV_LIST
network_extralibs="-lsocket" network_extralibs="-lsocket"
EXESUF=".exe" EXESUF=".exe"
objformat="win32" objformat="coff"
enable dos_paths enable dos_paths
;; ;;
linux) linux)

Loading…
Cancel
Save