summarylogtreecommitdiffstats
path: root/libtgvoip.patch
diff options
context:
space:
mode:
authorPeter Cai2017-05-15 21:00:08 +0800
committerPeter Cai2017-05-15 21:00:08 +0800
commit215adfd009f3c100f7d4ee808cd50d203dbe5de0 (patch)
tree9bedd42bb9d20cb431546ae827ed7466b508edad /libtgvoip.patch
parent8e546fac26e89cf28f23d41aea029902f08fcbda (diff)
downloadaur-215adfd009f3c100f7d4ee808cd50d203dbe5de0.tar.gz
1.1
Diffstat (limited to 'libtgvoip.patch')
-rw-r--r--libtgvoip.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/libtgvoip.patch b/libtgvoip.patch
new file mode 100644
index 000000000000..afb96146ef40
--- /dev/null
+++ b/libtgvoip.patch
@@ -0,0 +1,13 @@
+diff --git a/libtgvoip.gyp b/libtgvoip.gyp
+index 58dc6bf..98a09d7 100644
+--- a/libtgvoip.gyp
++++ b/libtgvoip.gyp
+@@ -13,7 +13,7 @@
+ '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',