Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kostylev <michael.kostylev@gmail.com>2009-01-11 05:19:33 +0300
committerRamiro Polla <ramiro.polla@gmail.com>2009-01-11 05:19:33 +0300
commitff1c015d415352fe886cf85b6962d47cdbed1f6d (patch)
treeec4f1368110fe7a587a1a5899a6a15eaec0aac94 /configure
parent17170313628920d8f2bf046c5a33e4afb6a985d3 (diff)
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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 56606aaae6..000cd2a875 100755
--- a/configure
+++ b/configure
@@ -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)