[MPlayer-cvslog] r30188 - trunk/configure
reimar
subversion at mplayerhq.hu
Sun Jan 3 17:46:31 CET 2010
Author: reimar
Date: Sun Jan 3 17:46:31 2010
New Revision: 30188
Log:
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.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sun Jan 3 17:39:16 2010 (r30187)
+++ trunk/configure Sun Jan 3 17:46:31 2010 (r30188)
@@ -557,7 +557,7 @@ _libavdemuxers=$(echo $_libavdemuxers_al
_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
More information about the MPlayer-cvslog
mailing list