diff --git a/build_linux.sh b/build_linux.sh index 4ea1c372f..26744b2d8 100755 --- a/build_linux.sh +++ b/build_linux.sh @@ -22,7 +22,7 @@ export LPCNETDIR=$FREEDVGUIDIR/LPCNet # change this when working on combined codec2/freedv-gui changes CODEC2_BRANCH=master -LPCNET_BRANCH=ms-uncouple-codec2 +LPCNET_BRANCH=master # OK, build and test LPCNet cd $FREEDVGUIDIR diff --git a/build_osx.sh b/build_osx.sh index a537fdb08..d3186c221 100755 --- a/build_osx.sh +++ b/build_osx.sh @@ -9,7 +9,7 @@ export CODEC2DIR=$FREEDVGUIDIR/codec2 export LPCNETDIR=$FREEDVGUIDIR/LPCNet export HAMLIBDIR=$FREEDVGUIDIR/hamlib export CODEC2_BRANCH=master -export LPCNET_BRANCH=ms-uncouple-codec2 +export LPCNET_BRANCH=master export UT_ENABLE=${UT_ENABLE:-0} # Prerequisite: build dylibbundler diff --git a/build_windows.sh b/build_windows.sh index b2dbd83ad..fe178a0f9 100755 --- a/build_windows.sh +++ b/build_windows.sh @@ -24,7 +24,7 @@ export LPCNETDIR=$FREEDVGUIDIR/LPCNet export HAMLIBDIR=$FREEDVGUIDIR/hamlib CODEC2_BRANCH=master -LPCNET_BRANCH=ms-uncouple-codec2 +LPCNET_BRANCH=master # Prerequisite: build hamlib cd $FREEDVGUIDIR