1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 15:26:33 -04:00

Merge pull request #1748 from srcejon/fix_1741

Update codec2 repo in build_codec2.sh
This commit is contained in:
Edouard Griffiths 2023-07-30 00:47:25 +02:00 committed by GitHub
commit 9a3a131446
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ cd $HOME
mkdir -p external && cd external
mkdir -p drowe67 && cd drowe67
git clone https://github.com/drowe67/codec2.git
git clone https://github.com/drowe67/codec2-dev.git
cd codec2
git reset --hard "v1.0.3"