Bug 1503363: De-unify some more webrtc files due to conflicting defines. r=dminor

--HG--
extra : rebase_source : ca3573f29f4ed56a64e39b702636dace1616c42d
This commit is contained in:
David Major 2018-11-14 10:06:58 -05:00
Родитель 2c6caec2bf
Коммит 7b8d1cf803
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -34,6 +34,8 @@ webrtc_non_unified_sources = [
'trunk/webrtc/modules/audio_processing/aec/echo_cancellation.cc', # Because of conflicts over 'near' on windows
'trunk/webrtc/modules/audio_processing/aecm/aecm_core.cc', # Because of the PART_LEN2 define
'trunk/webrtc/modules/audio_processing/aecm/aecm_core_c.cc', # Because of the PART_LEN2 define
'trunk/webrtc/modules/audio_processing/aecm/aecm_core_mips.cc', # Because of the PART_LEN2 define
'trunk/webrtc/modules/audio_processing/aecm/aecm_core_neon.cc', # Because of the PART_LEN2 define
'trunk/webrtc/modules/audio_processing/aecm/echo_control_mobile.cc', # Because of the PART_LEN2 define
'trunk/webrtc/modules/audio_processing/agc/legacy/analog_agc.c', # Because of name clash in the kInitCheck variable
'trunk/webrtc/modules/audio_processing/beamformer/covariance_matrix_generator.cc', # Because of needing to define _USE_MATH_DEFINES before including <cmath>