summarylogtreecommitdiffstats
path: root/libtgvoip.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libtgvoip.patch')
-rw-r--r--libtgvoip.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/libtgvoip.patch b/libtgvoip.patch
new file mode 100644
index 000000000000..91c3740bfcc9
--- /dev/null
+++ b/libtgvoip.patch
@@ -0,0 +1,18 @@
+diff --git a/libtgvoip.gyp b/libtgvoip.gyp
+index 58dc6bf..98a09d7 100644
+--- a/libtgvoip.gyp
++++ b/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-1.0'
+ ],
+ 'direct_dependent_settings': {
+ 'include_dirs': [