mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 938070: Fix misplaced #ifdef for GONK in webrtc audio_device_impl from 3.43 merge r=jesup
This commit is contained in:
parent
e1e0174f07
commit
43f13f1f8e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user