Commit 728046b3 authored by diego's avatar diego

Disable protocols by default on WinCE, not MinGW.

patch by Gildas Bazin, gbazin $$@$$ altern $$.$$ org


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4892 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8db546fe
......@@ -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=""
......
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