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:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2012-05-11 00:00:19 +0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2012-05-11 00:01:45 +0400
commit329112075e046ad7a17776a177564b46c17e1db6 (patch)
treec425a855a73cde60ff337b7170b2659f79a2b72f /README.draft
parentd17bcbf1b30f1233c093d77665a93841dcd2eff5 (diff)
Addressing the remaining comments from Robert Sparks
Diffstat (limited to 'README.draft')
-rw-r--r--README.draft13
1 files changed, 9 insertions, 4 deletions
diff --git a/README.draft b/README.draft
index 6723e8e9..061af232 100644
--- a/README.draft
+++ b/README.draft
@@ -2,10 +2,15 @@ To build this source code, simply type:
% make
-If this does not work, or if you want to change the default configuration (e.g.,
-to compile for a fixed-point architecture), simply edit the options in the
-Makefile.
-
+If this does not work, or if you want to change the default configuration
+(e.g., to compile for a fixed-point architecture), simply edit the options
+in the Makefile.
+
+An up-to-date implementation conforming to this standard is available in a
+Git repository at git://git.xiph.org/opus.git or on a website at:
+http://opus-codec.org/
+However, although that implementation is expected to remain conformant
+with the standard, it is the code in this RFC that shall remain normative.
To build from the git repository instead of using this RFC, follow these
steps: