summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGildas Bazin <gbazi@altern.org>2006-01-24 19:57:41 +0000
committerDiego Biurrun <diego@biurrun.de>2006-01-24 19:57:41 +0000
commit0e8b594fe2cbc5a623bf72d887adabec46262e72 (patch)
tree6374f48da0864db871e48a5ae68bf44195858793 /configure
parent4f59b684a6470d4dc337cc7abca662347039c8c6 (diff)
Disable protocols by default on WinCE, not MinGW.
patch by Gildas Bazin, gbazin $$@$$ altern $$.$$ org Originally committed as revision 4892 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 5f4cbd1c4d..a41e149b8e 100755
--- a/configure
+++ b/configure
@@ -876,7 +876,7 @@ if test "$mingw32" = "yes" -o "$mingwce" = "yes"; then
dc1394="no"
ffserver="no"
network="no"
-if test "$mingw32" = "yes"; then
+if test "$mingwce" = "yes"; then
protocols="no"
fi
SLIBPREF=""