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
This commit is contained in:
parent
1717031362
commit
ff1c015d41
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -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…
Add table
Add a link
Reference in a new issue