aboutsummaryrefslogtreecommitdiff
path: root/common_audio/third_party/fft4g/fft4g.h
diff options
context:
space:
mode:
Diffstat (limited to 'common_audio/third_party/fft4g/fft4g.h')
-rw-r--r--common_audio/third_party/fft4g/fft4g.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/common_audio/third_party/fft4g/fft4g.h b/common_audio/third_party/fft4g/fft4g.h
index 0820b6e908..7cdc695633 100644
--- a/common_audio/third_party/fft4g/fft4g.h
+++ b/common_audio/third_party/fft4g/fft4g.h
@@ -11,15 +11,11 @@
#ifndef COMMON_AUDIO_THIRD_PARTY_FFT4G_FFT4G_H_
#define COMMON_AUDIO_THIRD_PARTY_FFT4G_FFT4G_H_
-#if defined(__cplusplus)
-extern "C" {
-#endif
+namespace webrtc {
// Refer to fft4g.c for documentation.
void WebRtc_rdft(size_t n, int isgn, float* a, size_t* ip, float* w);
-#if defined(__cplusplus)
-}
-#endif
+} // namespace webrtc
#endif /* COMMON_AUDIO_THIRD_PARTY_FFT4G_FFT4G_H_ */