summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-03 16:46:31 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-03 16:46:31 +0000
commit9e7e04add6b2abf0fd5cf70b3b1b5423712532ec (patch)
tree4ab26a575d1672f54d1873da8a7074bedfae02c5
parent6da17782ea42b89271a794f20837c76657161eb2 (diff)
downloadmpv-9e7e04add6b2abf0fd5cf70b3b1b5423712532ec.tar.bz2
mpv-9e7e04add6b2abf0fd5cf70b3b1b5423712532ec.tar.xz
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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30188 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e6350dbd96..5031451b03 100755
--- a/configure
+++ b/configure
@@ -557,7 +557,7 @@ _libavdemuxers=$(echo $_libavdemuxers_all | sed -e 's/ LIB[A-Z0-9_]*_DEMUXER//g'
_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