From 0e8b594fe2cbc5a623bf72d887adabec46262e72 Mon Sep 17 00:00:00 2001
From: Gildas Bazin <gbazi@altern.org>
Date: Tue, 24 Jan 2006 19:57:41 +0000
Subject: [PATCH] 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
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 5f4cbd1c4d7..a41e149b8e3 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=""
-- 
GitLab