From 33ee705d7161d5959f5baece8237c8296e7ac342 Mon Sep 17 00:00:00 2001 From: drowe67 <45574645+drowe67@users.noreply.github.com> Date: Mon, 12 Aug 2019 05:52:21 +0930 Subject: [PATCH] use codec2/master --- build_linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_linux.sh b/build_linux.sh index 81fc9779..e5b0f150 100755 --- a/build_linux.sh +++ b/build_linux.sh @@ -9,7 +9,7 @@ export CODEC2DIR=$FREEDVGUIDIR/codec2 export LPCNETDIR=$FREEDVGUIDIR/LPCNet # change this when working on combined codec2/freedv-gui changes -CODEC2_BRANCH=ss-phaselock +CODEC2_BRANCH=master # First build and install vanilla codec2 as we need -lcodec2 to build LPCNet cd $FREEDVGUIDIR