git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
469fd9b
)
Fix typo in MinGWCE support in configure.
author
Martin Storsjö
<martin@martin.st>
Tue, 28 Jul 2009 08:50:58 +0000
(08:50 +0000)
committer
Benoit Fouet
<benoit.fouet@free.fr>
Tue, 28 Jul 2009 08:50:58 +0000
(08:50 +0000)
Patch by Martin Storsjö and Måns.
Originally committed as revision 19523 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
d3cd193
..
a154502
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-1831,7
+1831,7
@@
case $target_os in
enabled shared || check_cflags -mdynamic-no-pic
;;
mingw32*)
- if test target_os = "mingw32ce"; then
+ if test
$
target_os = "mingw32ce"; then
disable network
else
target_os=mingw32