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/doc
diff options
context:
space:
mode:
authorJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2011-02-15 07:58:41 +0300
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2011-02-15 07:58:41 +0300
commitee31d6fe62878e0ac00c8abe898936961f086e70 (patch)
tree9cca489e86c4527f8e518dceb25283c8af946fa6 /doc
parent83395d18f5105be7e7a961a526eca1e5eca9741a (diff)
preparing the next version
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/build_draft.sh8
-rw-r--r--doc/draft-ietf-codec-opus.xml4
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/build_draft.sh b/doc/build_draft.sh
index 0508408f..2e2dfd99 100755
--- a/doc/build_draft.sh
+++ b/doc/build_draft.sh
@@ -1,19 +1,19 @@
-
+#!/bin/sh
rm -rf opus_source
cat opus_sources.mk celt_sources.mk silk_sources.mk opus_headers.txt celt_headers.txt silk_headers.txt | sed -e 's/^.*=//' -e 's/\\//' > all_files.txt
-tar czvf tmp_draft.tar.gz `cat all_files.txt`
+tar czf tmp_draft.tar.gz `cat all_files.txt`
mkdir opus_source
cd opus_source
-tar xzvf ../tmp_draft.tar.gz
+tar xzf ../tmp_draft.tar.gz
cp ../Makefile.draft Makefile
cp ../opus_sources.mk .
cp ../celt_sources.mk .
cp ../silk_sources.mk .
cd ..
-tar czvf opus_source.tar.gz opus_source
+tar czf opus_source.tar.gz opus_source
cat opus_source.tar.gz| base64 -w 66 | sed 's/^/###/' > doc/opus_source.base64
cd doc
diff --git a/doc/draft-ietf-codec-opus.xml b/doc/draft-ietf-codec-opus.xml
index 242b0fee..b51e5e11 100644
--- a/doc/draft-ietf-codec-opus.xml
+++ b/doc/draft-ietf-codec-opus.xml
@@ -2,7 +2,7 @@
<!DOCTYPE rfc SYSTEM 'rfc2629.dtd'>
<?rfc toc="yes" symrefs="yes" ?>
-<rfc ipr="trust200902" category="std" docName="draft-ietf-codec-opus-02">
+<rfc ipr="trust200902" category="std" docName="draft-ietf-codec-opus-03">
<front>
<title abbrev="Interactive Audio Codec">Definition of the Opus Audio Codec</title>
@@ -39,7 +39,7 @@
</author>
-<date day="4" month="February" year="2011" />
+<date day="15" month="February" year="2011" />
<area>General</area>