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

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2013-12-15 18:27:15 +0400
committerMikkel Krautz <mikkel@krautz.dk>2013-12-15 18:27:15 +0400
commit6918c9de93b981c2052a6133861d76014f113c14 (patch)
treecd2febcb251a1cc377ec3aa0070eab3b3aae121b /scripts
parent3a47d99662f5c7f7aaa89da488f49780815e9edc (diff)
scripts/release.pl: add dirs new to Opus 1.1 to fix from-tarball build.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/release.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/release.pl b/scripts/release.pl
index 67e7f4dbb..254c3acc9 100644
--- a/scripts/release.pl
+++ b/scripts/release.pl
@@ -151,7 +151,10 @@ push @fulldirs, "sbcelt-src/helper";
push @fulldirs, "sbcelt-src/lib";
push @fulldirs, "opus-src";
push @fulldirs, "opus-src/celt";
+push @fulldirs, "opus-src/celt/arm";
+push @fulldirs, "opus-src/celt/x86";
push @fulldirs, "opus-src/silk";
+push @fulldirs, "opus-src/silk/arm";
push @fulldirs, "opus-src/silk/float";
push @fulldirs, "opus-src/silk/fixed";
push @fulldirs, "opus-src/src";