Fix building error on android

Review URL: https://webrtc-codereview.appspot.com/425005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1834 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
leozwang@webrtc.org
2012-03-05 16:05:30 +00:00
parent ba15221de5
commit e47efe291e

View File

@@ -38,7 +38,7 @@ VoEAudioProcessing* VoEAudioProcessing::GetInterface(
#ifdef WEBRTC_VOICE_ENGINE_AUDIO_PROCESSING_API
VoEAudioProcessingImpl::VoEAudioProcessingImpl():
_isAecMode(WEBRTC_VOICE_ENGINE_EC_DEFAULT_MODE == EcAec?
_isAecMode(static_cast<int>(WEBRTC_VOICE_ENGINE_EC_DEFAULT_MODE) == EcAec?
true : false)
{
WEBRTC_TRACE(kTraceMemory, kTraceVoice, VoEId(_instanceId,-1),