mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Beta version 3.7.4: Fix build with GCC.
This commit is contained in:
parent
f2b89445ae
commit
3cdd8558db
6 changed files with 11 additions and 4 deletions
|
@ -124,6 +124,8 @@ std::map<int, const char*> BetaLogs() {
|
|||
},
|
||||
{
|
||||
3007004,
|
||||
"- More icons for chat folders.\n"
|
||||
|
||||
"- Improve some more sections design.\n"
|
||||
|
||||
"- Update the OpenAL library to 1.22.0.\n"
|
||||
|
|
|
@ -13,6 +13,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|||
#include "media/audio/media_audio_track.h"
|
||||
#include "media/audio/media_openal_functions.h"
|
||||
#include "media/streaming/media_streaming_utility.h"
|
||||
#include "webrtc/webrtc_media_devices.h"
|
||||
#include "data/data_document.h"
|
||||
#include "data/data_file_origin.h"
|
||||
#include "data/data_session.h"
|
||||
|
@ -80,6 +81,10 @@ bool PlaybackErrorHappened() {
|
|||
}
|
||||
|
||||
void EnumeratePlaybackDevices() {
|
||||
if (!Webrtc::InitPipewireStubs()) {
|
||||
LOG(("Audio Info: Failed to load pipewire 0.3 stubs."));
|
||||
}
|
||||
|
||||
auto deviceNames = QStringList();
|
||||
auto devices = [&] {
|
||||
if (alcIsExtensionPresent(nullptr, "ALC_ENUMERATE_ALL_EXT")) {
|
||||
|
|
2
Telegram/ThirdParty/tgcalls
vendored
2
Telegram/ThirdParty/tgcalls
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 0dec280315cfd60d463c13cd853fc9b1a46fb337
|
||||
Subproject commit 6b99acb99d1a89051cbf363718511b510be06354
|
|
@ -604,7 +604,7 @@ COPY --from=pipewire ${LibrariesPath}/pipewire-cache /
|
|||
RUN git init tg_owt \
|
||||
&& cd tg_owt \
|
||||
&& git remote add origin $GIT/desktop-app/tg_owt.git \
|
||||
&& git fetch --depth=1 origin c1aea3d142e0c1dbab80511d555a828f47dcbd8b \
|
||||
&& git fetch --depth=1 origin 442d5bb593c0ae314960308d78f2016ad1f80c3e \
|
||||
&& git reset --hard FETCH_HEAD \
|
||||
&& git submodule update --init --recursive --depth=1 \
|
||||
&& rm -rf .git \
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 9b6e11db62810626a56431cdc8eeb771817f6560
|
||||
Subproject commit 9d07d6a476f057c55af9392804c3e8b6246c637c
|
|
@ -1 +1 @@
|
|||
Subproject commit 836fdb0506ca362f08ccacc1501aa84fe68333ae
|
||||
Subproject commit 5f02074263efb97224bea65f22e37dcdadc33ef5
|
Loading…
Add table
Reference in a new issue