1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-28 16:02:17 +02:00

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:
Michael Kostylev 2009-01-11 02:19:33 +00:00 committed by Ramiro Polla
parent 1717031362
commit ff1c015d41

2
configure vendored
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)