Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy B. Terriberry <tterribe@xiph.org>2012-05-16 00:45:40 +0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2012-05-16 00:47:16 +0400
commit53e6782ea536d7c8da1a4c560a0b3b87d88bd176 (patch)
tree0d192f99e98b749df6ddfba98dbdf5736c215999 /doc/build_draft.sh
parente249b0b2055246703d14e38835c69da1e8f57fe5 (diff)
More minor gen-art part 2 edits.
Includes the addition of a band-layout table.
Diffstat (limited to 'doc/build_draft.sh')
-rwxr-xr-xdoc/build_draft.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/build_draft.sh b/doc/build_draft.sh
index 4254f166..49901916 100755
--- a/doc/build_draft.sh
+++ b/doc/build_draft.sh
@@ -50,6 +50,11 @@ cat opus_source.tar.gz| base64 | tr -d '\n' | fold -w 64 | \
#echo '</artwork>' >> opus_compare_escaped.c
#echo '</figure>' >> opus_compare_escaped.c
+if [[ ! -d ../opus_testvectors ]] ; then
+ echo "Downloading test vectors..."
+ wget 'http://www.opus-codec.org/testvectors/opus_testvectors-draft11.tar.gz'
+ tar -C .. -xvzf opus_testvectors-draft11.tar.gz
+fi
echo '<figure>' > testvectors_sha1
echo '<artwork>' >> testvectors_sha1
echo '<![CDATA[' >> testvectors_sha1