[MPlayer-cvslog] r35912 - trunk/configure
Clément Bœsch
ubitux at gmail.com
Fri Feb 15 08:00:56 CET 2013
On Fri, Feb 15, 2013 at 03:40:33AM +0100, diego wrote:
> Author: diego
> Date: Fri Feb 15 03:40:33 2013
> New Revision: 35912
>
> Log:
> configure: Remove redundant double variable initialization
>
> Modified:
> trunk/configure
>
> Modified: trunk/configure
> ==============================================================================
> --- trunk/configure Fri Feb 15 03:40:30 2013 (r35911)
> +++ trunk/configure Fri Feb 15 03:40:33 2013 (r35912)
> @@ -695,7 +695,6 @@ libavdemuxers=$(echo $libavdemuxers_all
> libavmuxers_all=$(sed -n 's/^[^#]*_MUX.*(.*, *\(.*\)).*/\1_muxer/p' ffmpeg/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// -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// -e s/BLURAY_PROTOCOL// -e s/FFRTMPCRYPT_PROTOCOL//)
I'm far from being familiar with MPlayer's configure, but isn't the second
line supposed to use $libavprotocols_all after this change?
[...]
--
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-cvslog/attachments/20130215/c692e88e/attachment-0001.asc>
More information about the MPlayer-cvslog
mailing list