Commit c7bec119 authored by mru's avatar mru

move comment where it makes sense


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7041 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 61bcb68c
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment