[Ffmpeg-cvslog] r7041 - trunk/configure

Diego Biurrun diego
Tue Nov 14 11:20:06 CET 2006


On Tue, Nov 14, 2006 at 03:43:12AM +0100, mru wrote:
> 
> Modified:
>    trunk/configure
> 
> Log:
> move comment where it makes sense
> 
> --- trunk/configure	(original)
> +++ trunk/configure	Tue Nov 14 03:43:11 2006
> @@ -162,6 +162,7 @@
>  
> +# "tr '[a-z]' '[A-Z]'" is a workaround for Solaris tr not grokking "tr a-z A-Z"
>  toupper(){
>      echo "$@" | tr '[a-z]' '[A-Z]'
>  }
> @@ -2036,7 +2037,6 @@
>  
> -# "tr '[a-z]' '[A-Z]'" is a workaround for Solaris tr not grokking "tr a-z A-Z"
>  for codec in $DECODER_LIST $ENCODER_LIST $PARSER_LIST $DEMUXER_LIST $MUXER_LIST; do
>      ucname="`toupper $codec`"
>      config_name="CONFIG_$ucname"

Ummm, it made more sense in the original spot IMO ..

Diego




More information about the ffmpeg-cvslog mailing list