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:
f55c7a3
)
Remove unused variable.
author
Diego Biurrun
<diego@biurrun.de>
Wed, 21 Feb 2007 12:54:49 +0000
(12:54 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Wed, 21 Feb 2007 12:54:49 +0000
(12:54 +0000)
Originally committed as revision 8050 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
2531c2b
..
2b0ecaa
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-746,7
+746,6
@@
bigendian="no"
# OS
targetos=`uname -s`
beos_netserver="no"
-mingw32="no"
os2="no"
wince="no"
@@
-1085,7
+1084,6
@@
case `tolower $targetos` in
FFSERVERLDFLAGS=-Wl,-bind_at_load
;;
mingw32*)
- mingw32="yes"
if enabled_all shared static; then
cat <<EOF
You can only build one library type at once on MinGW.