# HG changeset patch # User reimar # Date 1262537191 0 # Node ID cc26cc1865ee039c298e1a846da429690c043b9b # Parent def3818d93c35900e2d3e2a16b7dffc813606b9f Enable all FFmpeg protocols by default, they seem to build without issue on Linux and MinGW, lets see if it works for everything else as well. diff -r def3818d93c3 -r cc26cc1865ee configure --- a/configure Sun Jan 03 16:39:16 2010 +0000 +++ b/configure Sun Jan 03 16:46:31 2010 +0000 @@ -557,7 +557,7 @@ _libavmuxers_all=$(sed -n 's/^[^#]*_MUX.*(.*, *\(.*\)).*/\1_muxer/p' libavformat/allformats.c | tr '[a-z]' '[A-Z]') _libavmuxers=$(echo $_libavmuxers_all | sed -e 's/ LIB[A-Z0-9_]*_MUXER//g' -e s/RTP_MUXER//) _libavprotocols_all=$(sed -n 's/^[^#]*PROTOCOL.*(.*, *\(.*\)).*/\1_protocol/p' libavformat/allformats.c | tr '[a-z]' '[A-Z]') -_libavprotocols="" +_libavprotocols=$_libavprotocols_all _libavcodec_so=auto _libavformat_a=auto _libavformat_so=auto