diff options
author | Måns Rullgård <mans@mansr.com> | 2006-11-14 02:43:11 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-11-14 02:43:11 +0000 |
commit | 904e48f1bfde9c7d990cc50b88262fa38168bfc7 (patch) | |
tree | d4e382ddd75a7d40e132cb4c3048a94a57a126fa /configure | |
parent | c683a5d129612c401f1ccddef2ba1a21eec2d205 (diff) | |
download | ffmpeg-904e48f1bfde9c7d990cc50b88262fa38168bfc7.tar.gz |
move comment where it makes sense
Originally committed as revision 7041 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -162,6 +162,7 @@ EOF exit 1 } +# "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 @@ else fi -# "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" |