Add android to audio device module
Review URL: https://webrtc-codereview.appspot.com/402001 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1745 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
c2e9cd3d37
commit
4ad4c24092
@ -64,6 +64,11 @@
|
||||
'../../../../../..',
|
||||
],
|
||||
}],
|
||||
['OS=="android"', {
|
||||
'include_dirs': [
|
||||
'android',
|
||||
],
|
||||
}], # OS==android
|
||||
['include_internal_audio_device==0', {
|
||||
'defines': [
|
||||
'WEBRTC_DUMMY_AUDIO_BUILD',
|
||||
@ -98,6 +103,10 @@
|
||||
'win/audio_device_utility_win.h',
|
||||
'win/audio_mixer_manager_win.cc',
|
||||
'win/audio_mixer_manager_win.h',
|
||||
'android/audio_device_android_opensles.cc',
|
||||
'android/audio_device_android_opensles.h',
|
||||
'android/audio_device_utility_android.cc',
|
||||
'android/audio_device_utility_android.h',
|
||||
],
|
||||
'conditions': [
|
||||
['OS=="linux"', {
|
||||
|
Loading…
x
Reference in New Issue
Block a user