Fix build error on Windows due to gcc specific attribute.
Review URL: http://webrtc-codereview.appspot.com/115001 git-svn-id: http://webrtc.googlecode.com/svn/trunk@361 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
2be2f694a4
commit
d11aa2b215
@ -43,7 +43,7 @@ const WebRtc_Word16 WebRtcAecm_kSqrtHanning[] =
|
||||
#else
|
||||
|
||||
// Square root of Hanning window in Q14
|
||||
const WebRtc_Word16 WebRtcAecm_kSqrtHanning[] __attribute__ ((aligned (8))) =
|
||||
const WebRtc_Word16 WebRtcAecm_kSqrtHanning[] =
|
||||
{
|
||||
0, 399, 798, 1196, 1594, 1990, 2386, 2780, 3172,
|
||||
3562, 3951, 4337, 4720, 5101, 5478, 5853, 6224, 6591, 6954, 7313, 7668, 8019, 8364,
|
||||
@ -902,7 +902,7 @@ void WebRtcAecm_UpdateChannel(AecmCore_t * aecm,
|
||||
// level (Q14).
|
||||
//
|
||||
//
|
||||
WebRtc_Word16 WebRtcAecm_CalcSuppressionGain(AecmCore_t * const aecm)
|
||||
WebRtc_Word16 WebRtcAecm_CalcSuppressionGain(AecmCore_t* aecm)
|
||||
{
|
||||
WebRtc_Word32 tmp32no1;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user