projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1717031
)
Use coff as objformat for dos.
author
Michael Kostylev
<michael.kostylev@gmail.com>
Sun, 11 Jan 2009 02:19:33 +0000
(
02:19
+0000)
committer
Ramiro Polla
<ramiro.polla@gmail.com>
Sun, 11 Jan 2009 02:19:33 +0000
(
02:19
+0000)
Patch by Michael Kostylev <mik at it-1 dot ru>
Originally committed as revision 16525 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 56606aaae6344fb553adf53e5e1b69348269fb28..000cd2a87571b03edcd8d2850d8c7c59ebae8281 100755
(executable)
--- 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)