diff options
author | Jean-Marc Valin <jean-marc.valin@octasic.com> | 2010-07-08 11:52:49 -0400 |
---|---|---|
committer | Jean-Marc Valin <jean-marc.valin@octasic.com> | 2010-07-08 11:52:49 -0400 |
commit | 63c325acf69cd2eba047c8577754a2e2cd2aa37e (patch) | |
tree | 2166c5f2d0765bfb96e478654d50c66a2c2134be | |
parent | a0cbeca880a4592246bbd21247a35a98345cdafe (diff) | |
download | opus-63c325acf69cd2eba047c8577754a2e2cd2aa37e.tar.gz |
Build update
-rw-r--r-- | ChangeLog | 0 | ||||
-rw-r--r-- | INSTALL | 0 | ||||
-rw-r--r-- | NEWS | 0 | ||||
-rwxr-xr-x | autogen.sh | 5 | ||||
m--------- | silk | 10 |
5 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/ChangeLog diff --git a/INSTALL b/INSTALL new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/INSTALL @@ -11,6 +11,11 @@ test -z "$srcdir" && srcdir=. cd "$srcdir" DIE=0 +echo "autogeh in celt" +(cd celt; ./autogen.sh) +echo "autogeh in silk" +(cd silk; ./autogen.sh) + echo "checking for autoconf... " (autoconf --version) < /dev/null > /dev/null 2>&1 || { echo diff --git a/silk b/silk -Subproject 67224e3c720904c17050c366d4f746ceeffb904 +Subproject 00aee22490a42609db45c9b085454a2eca4023f |