Permalink
Comparing changes
Open a pull request
- 1 commit
- 4 files changed
- 0 commit comments
- 1 contributor
Commits on Apr 15, 2019
Unified
Split
Showing
with
101 additions
and 199 deletions.
- +54 −54 ...p/patches/{telegram_desktop-1.6.2-libtgvoip.patchset → telegram_desktop-1.6.7-libtgvoip.patchset}
- 0 ...m-desktop/patches/{telegram_desktop-1.6.2-systemqt.patch → telegram_desktop-1.6.7-systemqt.patch}
- +44 −142 net-im/telegram-desktop/patches/{telegram_desktop-1.6.2.patchset → telegram_desktop-1.6.7.patchset}
- +3 −3 net-im/telegram-desktop/{telegram_desktop-1.6.2.recipe → telegram_desktop-1.6.7.recipe}
| @@ -1,15 +1,15 @@ | ||
| From 3a64e2affa9f42d6580bf85b80923cd61b68f21f Mon Sep 17 00:00:00 2001 | ||
| From b0f43936fb71181882e42ec3cb43eb676a07eab8 Mon Sep 17 00:00:00 2001 | ||
| From: Gerasim Troeglazov <3dEyes@gmail.com> | ||
| Date: Thu, 21 Mar 2019 19:35:35 +1000 | ||
| Date: Mon, 15 Apr 2019 18:51:48 +1000 | ||
| Subject: Add mediakit support | ||
|
|
||
|
|
||
| diff --git a/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/OpusDecoder.cpp b/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/OpusDecoder.cpp | ||
| diff --git a/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/OpusDecoder.cpp b/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/OpusDecoder.cpp | ||
| old mode 100755 | ||
| new mode 100644 | ||
| index 0ecd63e..61081f9 | ||
| --- a/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/OpusDecoder.cpp | ||
| +++ b/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/OpusDecoder.cpp | ||
| --- a/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/OpusDecoder.cpp | ||
| +++ b/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/OpusDecoder.cpp | ||
| @@ -10,7 +10,7 @@ | ||
| #include <assert.h> | ||
| #include <math.h> | ||
| @@ -19,12 +19,12 @@ index 0ecd63e..61081f9 | ||
| #include <opus/opus.h> | ||
| #else | ||
| #include "opus.h" | ||
| diff --git a/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/OpusEncoder.cpp b/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/OpusEncoder.cpp | ||
| diff --git a/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/OpusEncoder.cpp b/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/OpusEncoder.cpp | ||
| old mode 100755 | ||
| new mode 100644 | ||
| index 8786bf5..ab5abc4 | ||
| --- a/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/OpusEncoder.cpp | ||
| +++ b/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/OpusEncoder.cpp | ||
| --- a/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/OpusEncoder.cpp | ||
| +++ b/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/OpusEncoder.cpp | ||
| @@ -9,7 +9,7 @@ | ||
| #include <algorithm> | ||
| #include "logging.h" | ||
| @@ -34,15 +34,15 @@ index 8786bf5..ab5abc4 | ||
| #include <opus/opus.h> | ||
| #else | ||
| #include "opus.h" | ||
| diff --git a/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/OpusEncoder.h b/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/OpusEncoder.h | ||
| diff --git a/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/OpusEncoder.h b/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/OpusEncoder.h | ||
| old mode 100755 | ||
| new mode 100644 | ||
| diff --git a/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/VoIPController.cpp b/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/VoIPController.cpp | ||
| diff --git a/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/VoIPController.cpp b/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/VoIPController.cpp | ||
| old mode 100755 | ||
| new mode 100644 | ||
| index 66fb80e..bb65fb6 | ||
| --- a/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/VoIPController.cpp | ||
| +++ b/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/VoIPController.cpp | ||
| --- a/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/VoIPController.cpp | ||
| +++ b/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/VoIPController.cpp | ||
| @@ -8,6 +8,9 @@ | ||
| #include <unistd.h> | ||
| #include <sys/time.h> | ||
| @@ -64,10 +64,10 @@ index 66fb80e..bb65fb6 | ||
| #elif defined(__APPLE__) | ||
| static pthread_once_t token = PTHREAD_ONCE_INIT; | ||
| pthread_once(&token, &initMachTimestart); | ||
| diff --git a/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/audio/AudioIO.cpp b/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/audio/AudioIO.cpp | ||
| diff --git a/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/audio/AudioIO.cpp b/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/audio/AudioIO.cpp | ||
| index 2c16ca7..e00c731 100644 | ||
| --- a/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/audio/AudioIO.cpp | ||
| +++ b/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/audio/AudioIO.cpp | ||
| --- a/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/audio/AudioIO.cpp | ||
| +++ b/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/audio/AudioIO.cpp | ||
| @@ -39,6 +39,9 @@ | ||
| #ifndef WITHOUT_PULSE | ||
| #include "../os/linux/AudioPulse.h" | ||
| @@ -87,10 +87,10 @@ index 2c16ca7..e00c731 100644 | ||
| #elif defined(__linux__) | ||
| #ifndef WITHOUT_ALSA | ||
| #ifndef WITHOUT_PULSE | ||
| diff --git a/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/audio/AudioInput.cpp b/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/audio/AudioInput.cpp | ||
| diff --git a/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/audio/AudioInput.cpp b/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/audio/AudioInput.cpp | ||
| index dae647a..4bab98c 100644 | ||
| --- a/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/audio/AudioInput.cpp | ||
| +++ b/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/audio/AudioInput.cpp | ||
| --- a/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/audio/AudioInput.cpp | ||
| +++ b/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/audio/AudioInput.cpp | ||
| @@ -33,6 +33,8 @@ | ||
| #ifndef WITHOUT_PULSE | ||
| #include "../os/linux/AudioPulse.h" | ||
| @@ -100,10 +100,10 @@ index dae647a..4bab98c 100644 | ||
| #else | ||
| #error "Unsupported operating system" | ||
| #endif | ||
| diff --git a/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/audio/AudioOutput.cpp b/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/audio/AudioOutput.cpp | ||
| diff --git a/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/audio/AudioOutput.cpp b/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/audio/AudioOutput.cpp | ||
| index 458e8a5..1890350 100644 | ||
| --- a/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/audio/AudioOutput.cpp | ||
| +++ b/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/audio/AudioOutput.cpp | ||
| --- a/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/audio/AudioOutput.cpp | ||
| +++ b/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/audio/AudioOutput.cpp | ||
| @@ -37,6 +37,8 @@ | ||
| #include "../os/linux/AudioOutputPulse.h" | ||
| #include "../os/linux/AudioPulse.h" | ||
| @@ -113,10 +113,10 @@ index 458e8a5..1890350 100644 | ||
| #else | ||
| #error "Unsupported operating system" | ||
| #endif | ||
| diff --git a/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/libtgvoip.gyp b/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/libtgvoip.gyp | ||
| index cb1352b..6fd62fd 100644 | ||
| --- a/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/libtgvoip.gyp | ||
| +++ b/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/libtgvoip.gyp | ||
| diff --git a/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/libtgvoip.gyp b/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/libtgvoip.gyp | ||
| index a033147..108ccaa 100644 | ||
| --- a/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/libtgvoip.gyp | ||
| +++ b/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/libtgvoip.gyp | ||
| @@ -115,6 +115,14 @@ | ||
| '<(tgvoip_src_loc)/os/linux/AudioPulse.cpp', | ||
| '<(tgvoip_src_loc)/os/linux/AudioPulse.h', | ||
| @@ -167,11 +167,11 @@ index cb1352b..6fd62fd 100644 | ||
| '"<(OS)" == "linux"', { | ||
| 'defines': [ | ||
| 'WEBRTC_POSIX', | ||
| diff --git a/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/os/haiku/AudioInputHaiku.cpp b/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/os/haiku/AudioInputHaiku.cpp | ||
| diff --git a/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/os/haiku/AudioInputHaiku.cpp b/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/os/haiku/AudioInputHaiku.cpp | ||
| new file mode 100644 | ||
| index 0000000..7cce3e3 | ||
| --- /dev/null | ||
| +++ b/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/os/haiku/AudioInputHaiku.cpp | ||
| +++ b/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/os/haiku/AudioInputHaiku.cpp | ||
| @@ -0,0 +1,276 @@ | ||
| +// | ||
| +// libtgvoip is free and unencumbered public domain software. | ||
| @@ -449,11 +449,11 @@ index 0000000..7cce3e3 | ||
| + snooze(100); | ||
| + } | ||
| +} | ||
| diff --git a/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/os/haiku/AudioInputHaiku.h b/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/os/haiku/AudioInputHaiku.h | ||
| diff --git a/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/os/haiku/AudioInputHaiku.h b/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/os/haiku/AudioInputHaiku.h | ||
| new file mode 100644 | ||
| index 0000000..1c63afe | ||
| --- /dev/null | ||
| +++ b/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/os/haiku/AudioInputHaiku.h | ||
| +++ b/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/os/haiku/AudioInputHaiku.h | ||
| @@ -0,0 +1,66 @@ | ||
| +// | ||
| +// libtgvoip is free and unencumbered public domain software. | ||
| @@ -521,11 +521,11 @@ index 0000000..1c63afe | ||
| +} | ||
| + | ||
| +#endif //LIBTGVOIP_AUDIOINPUTHAIKU_H | ||
| diff --git a/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/os/haiku/AudioOutputHaiku.cpp b/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/os/haiku/AudioOutputHaiku.cpp | ||
| diff --git a/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/os/haiku/AudioOutputHaiku.cpp b/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/os/haiku/AudioOutputHaiku.cpp | ||
| new file mode 100644 | ||
| index 0000000..2fca8a1 | ||
| --- /dev/null | ||
| +++ b/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/os/haiku/AudioOutputHaiku.cpp | ||
| +++ b/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/os/haiku/AudioOutputHaiku.cpp | ||
| @@ -0,0 +1,99 @@ | ||
| +// | ||
| +// libtgvoip is free and unencumbered public domain software. | ||
| @@ -626,11 +626,11 @@ index 0000000..2fca8a1 | ||
| +bool AudioOutputHaiku::IsPlaying(){ | ||
| + return isPlaying; | ||
| +} | ||
| diff --git a/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/os/haiku/AudioOutputHaiku.h b/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/os/haiku/AudioOutputHaiku.h | ||
| diff --git a/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/os/haiku/AudioOutputHaiku.h b/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/os/haiku/AudioOutputHaiku.h | ||
| new file mode 100644 | ||
| index 0000000..91f2521 | ||
| --- /dev/null | ||
| +++ b/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/os/haiku/AudioOutputHaiku.h | ||
| +++ b/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/os/haiku/AudioOutputHaiku.h | ||
| @@ -0,0 +1,35 @@ | ||
| +// | ||
| +// libtgvoip is free and unencumbered public domain software. | ||
| @@ -667,11 +667,11 @@ index 0000000..91f2521 | ||
| +} | ||
| + | ||
| +#endif //LIBTGVOIP_AUDIOOUTPUTHAIKU_H | ||
| diff --git a/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/os/haiku/RingBuffer.cpp b/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/os/haiku/RingBuffer.cpp | ||
| diff --git a/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/os/haiku/RingBuffer.cpp b/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/os/haiku/RingBuffer.cpp | ||
| new file mode 100644 | ||
| index 0000000..43236d3 | ||
| --- /dev/null | ||
| +++ b/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/os/haiku/RingBuffer.cpp | ||
| +++ b/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/os/haiku/RingBuffer.cpp | ||
| @@ -0,0 +1,130 @@ | ||
| +#include <stdio.h> | ||
| +#include <stdlib.h> | ||
| @@ -803,11 +803,11 @@ index 0000000..43236d3 | ||
| +{ | ||
| + return initialized?B_OK:B_ERROR; | ||
| +} | ||
| diff --git a/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/os/haiku/RingBuffer.h b/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/os/haiku/RingBuffer.h | ||
| diff --git a/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/os/haiku/RingBuffer.h b/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/os/haiku/RingBuffer.h | ||
| new file mode 100644 | ||
| index 0000000..4715632 | ||
| --- /dev/null | ||
| +++ b/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/os/haiku/RingBuffer.h | ||
| +++ b/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/os/haiku/RingBuffer.h | ||
| @@ -0,0 +1,31 @@ | ||
| +#ifndef __RING_BUFFER_H__ | ||
| +#define __RING_BUFFER_H__ | ||
| @@ -840,10 +840,10 @@ index 0000000..4715632 | ||
| +}; | ||
| + | ||
| +#endif | ||
| diff --git a/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/os/posix/NetworkSocketPosix.cpp b/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/os/posix/NetworkSocketPosix.cpp | ||
| diff --git a/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/os/posix/NetworkSocketPosix.cpp b/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/os/posix/NetworkSocketPosix.cpp | ||
| index 52eef76..c480dfb 100644 | ||
| --- a/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/os/posix/NetworkSocketPosix.cpp | ||
| +++ b/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/os/posix/NetworkSocketPosix.cpp | ||
| --- a/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/os/posix/NetworkSocketPosix.cpp | ||
| +++ b/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/os/posix/NetworkSocketPosix.cpp | ||
| @@ -248,12 +248,13 @@ void NetworkSocketPosix::Open(){ | ||
| } | ||
| int flag=0; | ||
| @@ -868,12 +868,12 @@ index 52eef76..c480dfb 100644 | ||
| #else | ||
| struct ifaddrs* interfaces; | ||
| if(!getifaddrs(&interfaces)){ | ||
| diff --git a/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/threading.h b/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/threading.h | ||
| diff --git a/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/threading.h b/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/threading.h | ||
| old mode 100755 | ||
| new mode 100644 | ||
| index 9dc2554..fc68fd4 | ||
| --- a/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/threading.h | ||
| +++ b/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/threading.h | ||
| --- a/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/threading.h | ||
| +++ b/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/threading.h | ||
| @@ -9,7 +9,7 @@ | ||
|
|
||
| #include <functional> | ||
| @@ -899,12 +899,12 @@ index 9dc2554..fc68fd4 | ||
| } | ||
| self->entry(); | ||
| return NULL; | ||
| diff --git a/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/webrtc_dsp/rtc_base/logging_webrtc.cc b/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/webrtc_dsp/rtc_base/logging_webrtc.cc | ||
| diff --git a/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/webrtc_dsp/rtc_base/logging_webrtc.cc b/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/webrtc_dsp/rtc_base/logging_webrtc.cc | ||
| old mode 100755 | ||
| new mode 100644 | ||
| index a8d1522..991241b | ||
| --- a/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/webrtc_dsp/rtc_base/logging_webrtc.cc | ||
| +++ b/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/webrtc_dsp/rtc_base/logging_webrtc.cc | ||
| --- a/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/webrtc_dsp/rtc_base/logging_webrtc.cc | ||
| +++ b/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/webrtc_dsp/rtc_base/logging_webrtc.cc | ||
| @@ -28,6 +28,10 @@ | ||
| static const int kMaxLogLineSize = 1024 - 60; | ||
| #endif // WEBRTC_MAC && !defined(WEBRTC_IOS) || WEBRTC_ANDROID | ||
| @@ -929,13 +929,13 @@ index a8d1522..991241b | ||
| } | ||
|
|
||
| if (file != nullptr) { | ||
| diff --git a/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/webrtc_dsp/rtc_base/platform_file.h b/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/webrtc_dsp/rtc_base/platform_file.h | ||
| diff --git a/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/webrtc_dsp/rtc_base/platform_file.h b/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/webrtc_dsp/rtc_base/platform_file.h | ||
| old mode 100755 | ||
| new mode 100644 | ||
| diff --git a/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/webrtc_dsp/rtc_base/platform_thread_types.cc b/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/webrtc_dsp/rtc_base/platform_thread_types.cc | ||
| diff --git a/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/webrtc_dsp/rtc_base/platform_thread_types.cc b/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/webrtc_dsp/rtc_base/platform_thread_types.cc | ||
| index 70cf237..e48948e 100644 | ||
| --- a/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/webrtc_dsp/rtc_base/platform_thread_types.cc | ||
| +++ b/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/webrtc_dsp/rtc_base/platform_thread_types.cc | ||
| --- a/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/webrtc_dsp/rtc_base/platform_thread_types.cc | ||
| +++ b/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/webrtc_dsp/rtc_base/platform_thread_types.cc | ||
| @@ -20,6 +20,8 @@ namespace rtc { | ||
| PlatformThreadId CurrentThreadId() { | ||
| #if defined(WEBRTC_WIN) | ||
| @@ -945,10 +945,10 @@ index 70cf237..e48948e 100644 | ||
| #elif defined(WEBRTC_POSIX) | ||
| #if defined(WEBRTC_MAC) || defined(WEBRTC_IOS) | ||
| return pthread_mach_thread_np(pthread_self()); | ||
| diff --git a/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/webrtc_dsp/rtc_base/platform_thread_types.h b/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/webrtc_dsp/rtc_base/platform_thread_types.h | ||
| diff --git a/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/webrtc_dsp/rtc_base/platform_thread_types.h b/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/webrtc_dsp/rtc_base/platform_thread_types.h | ||
| index 0bc42eb..c87cde9 100644 | ||
| --- a/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/webrtc_dsp/rtc_base/platform_thread_types.h | ||
| +++ b/libtgvoip-16711e202393ae7e1b160436f4291c5f06a3d375/webrtc_dsp/rtc_base/platform_thread_types.h | ||
| --- a/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/webrtc_dsp/rtc_base/platform_thread_types.h | ||
| +++ b/libtgvoip-e7010506210fbb3a6704d7ac1276b3334f9ab6c9/webrtc_dsp/rtc_base/platform_thread_types.h | ||
| @@ -35,6 +35,9 @@ typedef DWORD PlatformThreadRef; | ||
| #elif defined(WEBRTC_FUCHSIA) | ||
| typedef zx_handle_t PlatformThreadId; | ||
| @@ -960,5 +960,5 @@ index 0bc42eb..c87cde9 100644 | ||
| typedef pid_t PlatformThreadId; | ||
| typedef pthread_t PlatformThreadRef; | ||
| -- | ||
| 2.19.1 | ||
| 2.21.0 | ||
|
|
||
File renamed without changes.
Oops, something went wrong.