summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2012-08-21 17:56:51 -0400
committerGregory Maxwell <greg@xiph.org>2012-08-21 17:56:51 -0400
commit8115a46b7dd79215872d335349b7fc2b8449072f (patch)
treef177ca33bf9aabd970c9468cac90bea4394d48ab
parent582eba6f4f703929e646f6dc6e864d9b12f4f4af (diff)
downloadopus-8115a46b7dd79215872d335349b7fc2b8449072f.tar.gz
Update testvector path and filename.
-rw-r--r--README6
-rwxr-xr-xdoc/build_draft.sh4
2 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index fe0bc429..ea68fe30 100644
--- a/README
+++ b/README
@@ -102,12 +102,12 @@ To run the integrated tests:
There is also collection of standard test vectors which are not
included in this package for size reasons but can be obtained from:
-http://opus-codec.org/testvectors/opus_testvectors-draft11.tar.gz
+http://opus-codec.org/testvectors/opus_testvectors.tar.gz
To run compare the code to these test vectors:
-% curl -O http://opus-codec.org/testvectors/opus_testvectors-draft11.tar.gz
-% tar -zxf opus_testvectors-draft11.tar.gz
+% curl -O http://opus-codec.org/testvectors/opus_testvectors.tar.gz
+% tar -zxf opus_testvectors.tar.gz
% ./tests/run_vectors.sh ./ opus_testvectors 48000
== Portability notes ==
diff --git a/doc/build_draft.sh b/doc/build_draft.sh
index 406b2f58..618fd5d2 100755
--- a/doc/build_draft.sh
+++ b/doc/build_draft.sh
@@ -51,8 +51,8 @@ cat opus_source.tar.gz| base64 | tr -d '\n' | fold -w 64 | \
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
+ wget 'http://opus-codec.org/testvectors/opus_testvectors.tar.gz'
+ tar -C .. -xvzf opus_testvectors.tar.gz
fi
echo '<figure>' > testvectors_sha1
echo '<artwork>' >> testvectors_sha1