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
path: root/README
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2017-07-12 18:45:33 +0300
committerRalph Giles <giles@thaumas.net>2017-07-12 18:45:33 +0300
commitf57c904732b34d5ee11802d59377607684ddb257 (patch)
tree66a09e9d13a04b6be294111bc77b6c953ce7ce1f /README
parentb1d51b2d3f0118a598d8813c59e02fd596e12646 (diff)
Update testvector download command.
Migrating opus-codec.org to a static site generator inserted a redirect into the download path, which the actual testvectors at https://opus-codec.org/static/testvectors/opus_testvectors.tar.gz. Add the -L option to the suggested curl invocation so the redirect is followed to download the actual resource. Without this one gets the html redirection fallback page.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index f09766da..9a068116 100644
--- a/README
+++ b/README
@@ -129,7 +129,7 @@ https://opus-codec.org/testvectors/opus_testvectors.tar.gz
To run compare the code to these test vectors:
- % curl -O https://opus-codec.org/testvectors/opus_testvectors.tar.gz
+ % curl -OL https://opus-codec.org/testvectors/opus_testvectors.tar.gz
% tar -zxf opus_testvectors.tar.gz
% ./tests/run_vectors.sh ./ opus_testvectors 48000