move comment where it makes sense
Originally committed as revision 7041 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c683a5d129
commit
904e48f1bf
2
configure
vendored
2
configure
vendored
@ -162,6 +162,7 @@ EOF
|
|||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# "tr '[a-z]' '[A-Z]'" is a workaround for Solaris tr not grokking "tr a-z A-Z"
|
||||||
toupper(){
|
toupper(){
|
||||||
echo "$@" | tr '[a-z]' '[A-Z]'
|
echo "$@" | tr '[a-z]' '[A-Z]'
|
||||||
}
|
}
|
||||||
@ -2036,7 +2037,6 @@ else
|
|||||||
fi
|
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
|
for codec in $DECODER_LIST $ENCODER_LIST $PARSER_LIST $DEMUXER_LIST $MUXER_LIST; do
|
||||||
ucname="`toupper $codec`"
|
ucname="`toupper $codec`"
|
||||||
config_name="CONFIG_$ucname"
|
config_name="CONFIG_$ucname"
|
||||||
|
Loading…
Reference in New Issue
Block a user