Skip to content

Commit

Permalink
Switch back to LPCNet master.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw committed Dec 4, 2022
1 parent 956cf65 commit bddd91d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build_osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bddd91d

Please sign in to comment.