Browse Source

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
tags/v0.5
Gildas Bazin Diego Biurrun 20 years ago
parent
commit
0e8b594fe2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure

+ 1
- 1
configure View File

@@ -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=""


Loading…
Cancel
Save