mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-19 12:28:08 +00:00
- Download the correct version of openH264 (2.2.0)
- Update SDK to 5.3.80
This commit is contained in:
parent
6ed7e9e7a8
commit
a7e8419c4e
3 changed files with 9 additions and 5 deletions
|
|
@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
### Added
|
||||
- Screen Sharing
|
||||
|
||||
## 5.2.7 - undefined
|
||||
|
||||
### Fixed
|
||||
- Download the correct version of openH264 (2.2.0)
|
||||
- Update SDK to 5.3.80
|
||||
|
||||
## 5.2.6 - 2024-07-22
|
||||
|
||||
### Fixed
|
||||
|
|
|
|||
|
|
@ -188,10 +188,8 @@ public:
|
|||
static constexpr char LibraryExtension[] = "so";
|
||||
static constexpr char H264InstallName[] = "libopenh264.so";
|
||||
#ifdef Q_PROCESSOR_X86_64
|
||||
// static constexpr char PluginUrlH264[] = "http://ciscobinary.openh264.org/libopenh264-2.2.0-linux64.6.so.bz2";
|
||||
// static constexpr char PluginH264Check[] = "45ba1aaeb6213c19cd9622b79788e16b05beabc4d16a3a74e57f046a0826fd77";
|
||||
static constexpr char PluginUrlH264[] = "http://ciscobinary.openh264.org/libopenh264-2.4.1-linux64.7.so.bz2";
|
||||
static constexpr char PluginH264Check[] = "";
|
||||
static constexpr char PluginUrlH264[] = "http://ciscobinary.openh264.org/libopenh264-2.2.0-linux64.6.so.bz2";
|
||||
static constexpr char PluginH264Check[] = "45ba1aaeb6213c19cd9622b79788e16b05beabc4d16a3a74e57f046a0826fd77";
|
||||
#else
|
||||
static constexpr char PluginUrlH264[] = "http://ciscobinary.openh264.org/libopenh264-2.2.0-linux32.6.so.bz2";
|
||||
static constexpr char PluginH264Check[] = "bf18e0e79c4a23018b0ea5ad6d7dd14fd1b6a6189d2f88fd56dece019fc415c8";
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit cb23d98818804b1d9c6151efe92eba28505e0a29
|
||||
Subproject commit 0a7c4e043008a8b4a5169c67afb0db956bf61671
|
||||
Loading…
Add table
Reference in a new issue