mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 01:55:48 -05:00
Upgraded codec2 to v1.0.3. Fixes #1256
This commit is contained in:
parent
f4af9f354e
commit
93e51e140b
@ -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
|
||||
|
2
external/CMakeLists.txt
vendored
2
external/CMakeLists.txt
vendored
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user