[Ffmpeg-cvslog] r7041 - trunk/configure
mru
subversion
Tue Nov 14 03:43:12 CET 2006
Author: mru
Date: Tue Nov 14 03:43:11 2006
New Revision: 7041
Modified:
trunk/configure
Log:
move comment where it makes sense
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Tue Nov 14 03:43:11 2006
@@ -162,6 +162,7 @@
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 @@
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"
More information about the ffmpeg-cvslog
mailing list