Skip to content

Commit

Permalink
Merge pull request #90 from cher-nov/sse2_cflags
Browse files Browse the repository at this point in the history
GYP: Compile with SSE2 on Linux not only C++ but also C sources
  • Loading branch information
grishka committed Jun 30, 2019
2 parents 5da4849 + f74dcc4 commit 6c82c9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libtgvoip.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -920,7 +920,7 @@
],
'conditions': [
[ '"<!(uname -m)" == "i686"', {
'cflags_cc': [
'cflags': [
'-msse2',
],
}],
Expand Down

0 comments on commit 6c82c9d

Please sign in to comment.