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

github.com/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-07-03 23:32:47 +0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2012-07-03 23:32:47 +0400
commit93b277c98648ce29f67a67cea5ac50314868feb9 (patch)
tree4253352e51ec3409316958ef34970258922c0e41
parent2f3d8f9edfba9c25057daf12e5ac00a353bab785 (diff)
Nits before sending to RFC Editor.
-rw-r--r--Makefile.draft2
-rw-r--r--README3
-rw-r--r--README.draft3
-rw-r--r--doc/draft-ietf-codec-opus.xml4
-rwxr-xr-xtests/run_vectors.sh4
5 files changed, 9 insertions, 7 deletions
diff --git a/Makefile.draft b/Makefile.draft
index e0ca33fc..b77423c9 100644
--- a/Makefile.draft
+++ b/Makefile.draft
@@ -53,7 +53,7 @@ CFLAGS := -Drestrict= $(CFLAGS)
###################### END OF OPTIONS ######################
-CFLAGS += -DOPUS_VERSION='"0.9.16"'
+CFLAGS += -DOPUS_VERSION='"1.0.0"'
include silk_sources.mk
include celt_sources.mk
include opus_sources.mk
diff --git a/README b/README
index 193e7883..edbac572 100644
--- a/README
+++ b/README
@@ -1,6 +1,3 @@
-All the files in this project are extracted from RFCXXXX. Please see that RFC
-for additional information.
-
To build from a distribution tarball, you only need to do the following:
% ./configure
diff --git a/README.draft b/README.draft
index 061af232..5e34018b 100644
--- a/README.draft
+++ b/README.draft
@@ -1,3 +1,6 @@
+All the files in this project are extracted from RFCXXXX. Please see that RFC
+for additional information.
+
To build this source code, simply type:
% make
diff --git a/doc/draft-ietf-codec-opus.xml b/doc/draft-ietf-codec-opus.xml
index 4f8d9edf..f6f53104 100644
--- a/doc/draft-ietf-codec-opus.xml
+++ b/doc/draft-ietf-codec-opus.xml
@@ -7650,7 +7650,9 @@ We would also like to thank Igor Dyakonov, Christian Hoene, and Jan Skoglund
for their help with subjective testing of the Opus codec.
Thanks to Andrew D'Addesio, Elwyn Davies, Ralph Giles, Christian Hoene,
John Ridges, Ben Schwartz, Kat Walsh, Keith Yan, and many others on the Opus
- and CELT mailing lists for their bug reports and feedback.
+ and CELT mailing lists for their bug reports and feedback. At last, the
+authors would like to thank Robert Sparks, Cullen Jennings and Johathan
+Rosenberg for their support throughout the standardization process.
</t>
</section>
diff --git a/tests/run_vectors.sh b/tests/run_vectors.sh
index 97c56b7d..5e11ff14 100755
--- a/tests/run_vectors.sh
+++ b/tests/run_vectors.sh
@@ -52,8 +52,8 @@ if [ -d $VECTOR_PATH ]; then
echo Test vectors found in $VECTOR_PATH
else
echo No test vectors found
- #Don't make the test fail here because the test vectors will be
- #distributed separateyl
+ #Don't make the test fail here because the test vectors will be
+ #distributed separately
exit 0
fi