summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-02-21 12:54:49 +0000
committerDiego Biurrun <diego@biurrun.de>2007-02-21 12:54:49 +0000
commitd5039327f1baa0b806660ca2227c81bee6f265d7 (patch)
tree3a73c1bef9180f184c2b7d7672a388553bad0e25
parentf55c7a335954424838e1b1b7604f37967000d75d (diff)
downloadffmpeg-streaming-d5039327f1baa0b806660ca2227c81bee6f265d7.zip
ffmpeg-streaming-d5039327f1baa0b806660ca2227c81bee6f265d7.tar.gz
Remove unused variable.
Originally committed as revision 8050 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index 2531c2b..2b0ecaa 100755
--- 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.
OpenPOWER on IntegriCloud