Browse Source

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
tags/v0.5
Michael Kostylev Ramiro Polla 16 years ago
parent
commit
ff1c015d41
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure

+ 1
- 1
configure View File

@@ -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)


Loading…
Cancel
Save