提交 904e48f1 编写于 作者: M Måns Rullgård

move comment where it makes sense

Originally committed as revision 7041 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 c683a5d1
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册