Upgraded codec2 to v1.0.3. Fixes #1256

pull/1261/head^2
f4exb 2022-05-26 22:35:41 +02:00
rodzic f4af9f354e
commit 93e51e140b
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -9,7 +9,7 @@ mkdir -p drowe67 && cd drowe67
git clone https://github.com/drowe67/codec2.git
cd codec2
git reset --hard "v0.9.2"
git reset --hard "v1.0.3"
mkdir -p build && cd build
cmake ..
sudo make install

Wyświetl plik

@ -8,7 +8,7 @@
# but make the configuration dirty
# which version/tag/checkout to use
set(CODEC2_TAG "v0.9.2")
set(CODEC2_TAG "v1.0.3")
set(CM256CC_TAG c0e92b92aca3d1d36c990b642b937c64d363c559)
set(MBELIB_TAG fe83b32c6a60cdd7bce8cecf3c7a0b9ec87a7667)
set(SERIALDV_TAG "v1.1.4")