Draft clean-ups and additions.

This commit is contained in:
Timothy B. Terriberry 2011-09-26 20:53:26 -07:00 committed by Jean-Marc Valin
parent a404d4e9d5
commit 828e33f304
2 changed files with 522 additions and 234 deletions

View file

@ -35,7 +35,10 @@ cp -a "${toplevel}"/COPYING "${destdir}"/COPYING
tar czf opus_source.tar.gz "${destdir}"
echo building base64 version
cat opus_source.tar.gz| base64 | tr -d '\n' | fold -w 64 | sed 's/^/###/' > opus_source.base64
cat opus_source.tar.gz| base64 | tr -d '\n' | fold -w 64 | \
sed -e 's/^/\<spanx style="vbare"\>###/' -e 's/$/\<\/spanx\>\<vspace\/\>/' > \
opus_source.base64
#echo '<figure>' > opus_compare_escaped.c
#echo '<artwork>' >> opus_compare_escaped.c

File diff suppressed because it is too large Load diff