Remove the video capture module on Android.
Video capture for android is now implemented in talk/app/webrtc/androidvideocapturer.h BUG=webrtc:4475 Review URL: https://codereview.webrtc.org/1347083003 Cr-Commit-Position: refs/heads/master@{#9995}
This commit is contained in:
@ -18,18 +18,6 @@
|
||||
|
||||
'includes': [ '../../build/java.gypi' ],
|
||||
}, # audio_device_module_java
|
||||
{
|
||||
'target_name': 'video_capture_module_java',
|
||||
'type': 'none',
|
||||
'dependencies': [
|
||||
'video_render_module_java',
|
||||
],
|
||||
'variables': {
|
||||
'java_in_dir': 'video_capture/android/java',
|
||||
'additional_src_dirs': [ '../base/java/src', ],
|
||||
},
|
||||
'includes': [ '../../build/java.gypi' ],
|
||||
}, # video_capture_module_java
|
||||
{
|
||||
'target_name': 'video_render_module_java',
|
||||
'type': 'none',
|
||||
|
||||
Reference in New Issue
Block a user