Disabling avi file interface

Review URL: https://webrtc-codereview.appspot.com/1351004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3900 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
mikhal@webrtc.org 2013-04-25 18:07:32 +00:00
parent 52aa019e98
commit b84f13f185
2 changed files with 0 additions and 8 deletions

View File

@ -109,7 +109,6 @@
'include_internal_audio_device%': 1, 'include_internal_audio_device%': 1,
'include_internal_video_capture%': 1, 'include_internal_video_capture%': 1,
'include_internal_video_render%': 1, 'include_internal_video_render%': 1,
'include_video_engine_file_api%': 1,
'enable_protobuf%': 1, 'enable_protobuf%': 1,
'enable_tracing%': 1, 'enable_tracing%': 1,
'include_tests%': 1, 'include_tests%': 1,

View File

@ -7,13 +7,6 @@
# be found in the AUTHORS file in the root of the source tree. # be found in the AUTHORS file in the root of the source tree.
{ {
'target_defaults': {
'conditions': [
['include_video_engine_file_api==1', {
'defines': [ 'WEBRTC_VIDEO_ENGINE_FILE_API', ],
}],
],
},
'targets': [ 'targets': [
{ {
'target_name': 'video_engine_core', 'target_name': 'video_engine_core',