Mercurial > mplayer.hg
changeset 34222:a1d0cad56632
Fix FFmpeg compilation.
author | reimar |
---|---|
date | Sun, 06 Nov 2011 08:57:03 +0000 |
parents | 12bcb27faa26 |
children | efaff9a9c1bc |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Nov 06 00:26:16 2011 +0000 +++ b/configure Sun Nov 06 08:57:03 2011 +0000 @@ -671,6 +671,7 @@ libavmuxers=$(echo $libavmuxers_all | sed -e 's/ LIB[A-Z0-9_]*_MUXER//g' -e s/RTP_MUXER// -e s/RTSP_MUXER// -e s/SAP_MUXER//) libavprotocols_all=$(sed -n 's/^[^#]*PROTOCOL.*(.*, *\(.*\)).*/\1_protocol/p' ffmpeg/libavformat/allformats.c | tr '[a-z]' '[A-Z]') libavprotocols=$libavprotocols_all +libavprotocols=$(echo $libavprotocols | sed -e s/HTTPS_PROTOCOL// -e s/TLS_PROTOCOL//) libavfilters_all=$(sed -n 's/^[^#]*FILTER.*(.*, *\(.*\),.*).*/\1_filter/p' ffmpeg/libavfilter/allfilters.c | tr '[a-z]' '[A-Z]') libavfilters=$(echo $libavfilters_all | sed -e 's/ LIB[A-Z0-9_]*_FILTER//g' -e 's/ FREI0R[A-Z0-9_]*_FILTER//g' -e 's/ OCV_FILTER//g' -e 's/ MP_FILTER//g') _mencoder=yes @@ -8246,6 +8247,7 @@ CONFIG_GPL = yes CONFIG_MLIB = $_mlib CONFIG_MUXERS = $_mencoder +CONFIG_NETWORK = $networking CONFIG_RTPDEC = $networking CONFIG_VF_LAVFI = $_vf_lavfi CONFIG_VDPAU = $_vdpau