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@amazon.com>2023-05-22 10:38:05 +0300
committerJean-Marc Valin <jmvalin@amazon.com>2023-06-16 20:01:42 +0300
commit82b945ea38a512adea233bfb96d21d142e6946ec (patch)
tree311203c986e69c801c378b2ce15e3d366c9e93ca /autogen.sh
parent8c7de54ed1bdbcbb389066fde55bc80a73a453cd (diff)
update to PLC blob
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 2eee9107..bab267c8 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -10,7 +10,7 @@ srcdir=`dirname $0`
test -n "$srcdir" && cd "$srcdir"
git submodule update --init
-(cd lpcnet; ./download_model.sh f1071fa)
+(cd lpcnet; ./download_model.sh 399be7c)
echo "Updating build configuration files, please wait...."