Add android to video capture module
Review URL: https://webrtc-codereview.appspot.com/399010 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1740 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -184,6 +184,17 @@
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
}], # win
|
}], # win
|
||||||
|
['OS=="android"', {
|
||||||
|
'include_dirs': [
|
||||||
|
'Android',
|
||||||
|
],
|
||||||
|
'sources': [
|
||||||
|
'Android/device_info_android.cc',
|
||||||
|
'Android/device_info_android.h',
|
||||||
|
'Android/video_capture_android.cc',
|
||||||
|
'Android/video_capture_android.h',
|
||||||
|
],
|
||||||
|
}], # android
|
||||||
], # conditions
|
], # conditions
|
||||||
}], # include_internal_video_capture
|
}], # include_internal_video_capture
|
||||||
], # conditions
|
], # conditions
|
||||||
|
Reference in New Issue
Block a user