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

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

Issue 1881153003: Moved the aec_rdft*.c files to be built using C++ (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase with latest master 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/aec/aec_rdft_sse2.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 45b3aa33e55993159e9418143b21fcf9a9ad5bcc..fd41eea48c77fab35c6d64ea7c7616d6b4655bb7 100644
--- a/webrtc/modules/audio_processing/audio_processing.gypi
+++ b/webrtc/modules/audio_processing/audio_processing.gypi
@@ -35,7 +35,7 @@
'aec/aec_core.cc',
'aec/aec_core.h',
'aec/aec_core_internal.h',
- 'aec/aec_rdft.c',
+ 'aec/aec_rdft.cc',
'aec/aec_rdft.h',
'aec/aec_resampler.cc',
'aec/aec_resampler.h',
@@ -207,7 +207,7 @@
['mips_float_abi=="hard"', {
'sources': [
'aec/aec_core_mips.cc',
- 'aec/aec_rdft_mips.c',
+ 'aec/aec_rdft_mips.cc',
],
}],
],
@@ -246,7 +246,7 @@
'type': 'static_library',
'sources': [
'aec/aec_core_sse2.cc',
- 'aec/aec_rdft_sse2.c',
+ 'aec/aec_rdft_sse2.cc',
],
'conditions': [
['os_posix==1', {
@@ -269,7 +269,7 @@
],
'sources': [
'aec/aec_core_neon.cc',
- 'aec/aec_rdft_neon.c',
+ 'aec/aec_rdft_neon.cc',
'aecm/aecm_core_neon.cc',
'ns/nsx_core_neon.c',
],
« no previous file with comments | « webrtc/modules/audio_processing/aec/aec_rdft_sse2.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698