[MPlayer-cvslog] r34789 - trunk/configure
cehoyos
subversion at mplayerhq.hu
Sun Mar 4 00:31:28 CET 2012
Author: cehoyos
Date: Sun Mar 4 00:31:28 2012
New Revision: 34789
Log:
Fix compilation with latest FFmpeg (without libbluray).
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sat Mar 3 18:38:58 2012 (r34788)
+++ trunk/configure Sun Mar 4 00:31:28 2012 (r34789)
@@ -674,7 +674,7 @@ libavmuxers_all=$(sed -n 's/^[^#]*_MUX.*
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//)
+libavprotocols=$(echo $libavprotocols | sed -e s/HTTPS_PROTOCOL// -e s/TLS_PROTOCOL// -e s/BLURAY_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
More information about the MPlayer-cvslog
mailing list