Bug 938070: Fix misplaced #ifdef for GONK in webrtc audio_device_impl from 3.43 merge r=jesup

This commit is contained in:
Randell Jesup 2013-11-15 11:33:18 -05:00
parent e1e0174f07
commit 43f13f1f8e

View File

@ -292,13 +292,13 @@ int32_t AudioDeviceModuleImpl::CreatePlatformSpecificObjects()
WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "Android JNI Audio APIs will be utilized");
}
}
#endif
if (ptrAudioDevice != NULL)
{
// Create the Android implementation of the Device Utility.
ptrAudioDeviceUtility = new AudioDeviceUtilityAndroid(Id());
}
#endif
// Create the *Linux* implementation of the Audio Device
//
#elif defined(WEBRTC_LINUX) || defined(WEBRTC_BSD)