1
0
mirror of https://github.com/danog/libtgvoip.git synced 2024-11-27 04:34:42 +01:00

GYP: Compile with SSE2 on Linux not only C++ but also C sources

This is just like it's done on Windows with the MSVC builds.
This commit is contained in:
Dmitry D. Chernov 2019-07-01 04:54:55 +10:00
parent 5da48491a9
commit f74dcc4820

View File

@ -709,7 +709,7 @@
'<(tgvoip_src_loc)/webrtc_dsp/common_audio/vad/vad_core.c',
'<(tgvoip_src_loc)/webrtc_dsp/common_audio/vad/vad_sp.h',
'<(tgvoip_src_loc)/webrtc_dsp/common_audio/vad/vad_filterbank.h',
'<(tgvoip_src_loc)/webrtc_dsp/common_audio/vad/vad_gmm.c',
'<(tgvoip_src_loc)/webrtc_dsp/common_audio/vad/vad_gmm.c',
# ARM/NEON sources
# TODO check if there's a good way to make these compile with ARM ports of TDesktop
@ -920,7 +920,7 @@
],
'conditions': [
[ '"<!(uname -m)" == "i686"', {
'cflags_cc': [
'cflags': [
'-msse2',
],
}],