updated after codec2/brad-2020 merged

pull/1/head
drowe67 2019-05-29 07:25:05 +09:30 committed by GitHub
parent aac0e3a045
commit 95db756106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ export LPCNETDIR=$FREEDVGUIDIR/LPCNet
# First build and install vanilla codec2 as we need -lcodec2 to build LPCNet
cd $FREEDVGUIDIR
git clone https://github.com/drowe67/codec2.git
cd codec2 && git checkout brad-2020
cd codec2
mkdir -p build_linux && cd build_linux && rm -Rf * && cmake .. && make
# OK, build and test LPCNet