diff options
author | Michael Kostylev <michael.kostylev@gmail.com> | 2009-01-11 02:19:33 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2009-01-11 02:19:33 +0000 |
commit | ff1c015d415352fe886cf85b6962d47cdbed1f6d (patch) | |
tree | ec4f1368110fe7a587a1a5899a6a15eaec0aac94 /configure | |
parent | 17170313628920d8f2bf046c5a33e4afb6a985d3 (diff) | |
download | ffmpeg-ff1c015d415352fe886cf85b6962d47cdbed1f6d.tar.gz |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |