Commit 0e8b594f authored by Gildas Bazin's avatar Gildas Bazin Committed by Diego Biurrun

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
parent 4f59b684
...@@ -876,7 +876,7 @@ if test "$mingw32" = "yes" -o "$mingwce" = "yes"; then ...@@ -876,7 +876,7 @@ if test "$mingw32" = "yes" -o "$mingwce" = "yes"; then
dc1394="no" dc1394="no"
ffserver="no" ffserver="no"
network="no" network="no"
if test "$mingw32" = "yes"; then if test "$mingwce" = "yes"; then
protocols="no" protocols="no"
fi fi
SLIBPREF="" SLIBPREF=""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment