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
2
configure
vendored
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…
x
Reference in New Issue
Block a user