aboutsummaryrefslogtreecommitdiffstats
path: root/testing/telegram-desktop/0010-libtgvoip.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/telegram-desktop/0010-libtgvoip.patch')
-rw-r--r--testing/telegram-desktop/0010-libtgvoip.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/testing/telegram-desktop/0010-libtgvoip.patch b/testing/telegram-desktop/0010-libtgvoip.patch
new file mode 100644
index 0000000000..af146981b4
--- /dev/null
+++ b/testing/telegram-desktop/0010-libtgvoip.patch
@@ -0,0 +1,19 @@
+diff --git a/libtgvoip.gyp b/libtgvoip.gyp
+index 52fbea1..9a4dfb7 100644
+--- a/Telegram/ThirdParty/libtgvoip/libtgvoip.gyp
++++ b/Telegram/ThirdParty/libtgvoip/libtgvoip.gyp
+@@ -13,11 +13,12 @@
+ 'variables': {
+ 'tgvoip_src_loc': '.',
+ 'official_build_target%': '',
+- 'linux_path_opus_include%': '<(DEPTH)/../../../Libraries/opus/include',
++ 'linux_path_opus_include%': '/usr/include/opus',
+ },
+ 'include_dirs': [
+ '<(tgvoip_src_loc)/webrtc_dsp',
+ '<(linux_path_opus_include)',
++ '/usr/include/openssl'
+ ],
+ 'direct_dependent_settings': {
+ 'include_dirs': [
+