Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(380)

Unified Diff: webrtc/modules/audio_processing/audio_processing.gypi

Issue 1857153002: Changed AECM to be built using C++ (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Added external declaration to the delay estimator wrapper inclusion Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/modules/audio_processing/aecm/echo_control_mobile.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_processing/audio_processing.gypi
diff --git a/webrtc/modules/audio_processing/audio_processing.gypi b/webrtc/modules/audio_processing/audio_processing.gypi
index 264f3e5befbd5eeacca0bfe7e5060203d54388d3..2b47f7e6b052bb020a85eb36478d93b5cb0bb6fc 100644
--- a/webrtc/modules/audio_processing/audio_processing.gypi
+++ b/webrtc/modules/audio_processing/audio_processing.gypi
@@ -42,9 +42,9 @@
'aec/echo_cancellation.cc',
'aec/echo_cancellation_internal.h',
'aec/echo_cancellation.h',
- 'aecm/aecm_core.c',
+ 'aecm/aecm_core.cc',
'aecm/aecm_core.h',
- 'aecm/echo_control_mobile.c',
+ 'aecm/echo_control_mobile.cc',
'aecm/echo_control_mobile.h',
'agc/agc.cc',
'agc/agc.h',
@@ -201,7 +201,7 @@
}],
['target_arch=="mipsel" and mips_arch_variant!="r6"', {
'sources': [
- 'aecm/aecm_core_mips.c',
+ 'aecm/aecm_core_mips.cc',
],
'conditions': [
['mips_float_abi=="hard"', {
@@ -213,7 +213,7 @@
],
}, {
'sources': [
- 'aecm/aecm_core_c.c',
+ 'aecm/aecm_core_c.cc',
],
}],
],
@@ -270,7 +270,7 @@
'sources': [
'aec/aec_core_neon.cc',
'aec/aec_rdft_neon.c',
- 'aecm/aecm_core_neon.c',
+ 'aecm/aecm_core_neon.cc',
'ns/nsx_core_neon.c',
],
}],
« no previous file with comments | « webrtc/modules/audio_processing/aecm/echo_control_mobile.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698