diff options
author | Gildas Bazin <gbazi@altern.org> | 2006-01-24 19:57:41 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-01-24 19:57:41 +0000 |
commit | 0e8b594fe2cbc5a623bf72d887adabec46262e72 (patch) | |
tree | 6374f48da0864db871e48a5ae68bf44195858793 | |
parent | 4f59b684a6470d4dc337cc7abca662347039c8c6 (diff) | |
download | ffmpeg-0e8b594fe2cbc5a623bf72d887adabec46262e72.tar.gz |
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
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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="" |