mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-27 09:21:41 +02:00
17 lines
601 B
Diff
17 lines
601 B
Diff
--- a/Telegram/ThirdParty/libtgvoip/libtgvoip.gyp
|
|
+++ b/Telegram/ThirdParty/libtgvoip/libtgvoip.gyp
|
|
@@ -14,11 +14,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': [
|