From 0466c76acb52af009ce0b06a5d56d22e24e827b3 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Fri, 4 Aug 2023 02:02:40 +0200 Subject: [PATCH] update codec2 due to repository migration --- docker/scripts/install-dependencies.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker/scripts/install-dependencies.sh b/docker/scripts/install-dependencies.sh index ca3ffc42..f95d50f6 100755 --- a/docker/scripts/install-dependencies.sh +++ b/docker/scripts/install-dependencies.sh @@ -86,8 +86,7 @@ rm -rf /usr/local/share/doc/direwolf/examples/ git clone https://github.com/drowe67/codec2.git cd codec2 -# latest commit from master as of 2020-10-04 -git checkout 55d7bb8d1bddf881bdbfcb971a718b83e6344598 +git checkout 1.2.0 mkdir build cd build cmake ..