[Ffmpeg-cvslog] r7041 - trunk/configure

Måns Rullgård mru
Tue Nov 14 22:50:08 CET 2006


Diego Biurrun <diego at biurrun.de> writes:

> 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 ..

The tr command that warrants the explanation has moved, and the
comment should move with it.

-- 
M?ns Rullg?rd
mru at inprovide.com




More information about the ffmpeg-cvslog mailing list