Update to current webrtc library

This is from the upstream library commit id
3326535126e435f1ba647885ce43a8f0f3d317eb, corresponding to Chromium
88.0.4290.1.
This commit is contained in:
Arun Raghavan
2020-10-12 18:08:02 -04:00
parent b1b02581d3
commit bcec8b0b21
859 changed files with 76187 additions and 49580 deletions

View File

@ -1,31 +1,11 @@
webrtc_sources = [
'common_types.cc'
]
webrtc_inc = include_directories('.')
webrtc_headers = [
'common.h',
'common_types.h',
'typedefs.h',
]
install_headers(webrtc_headers,
subdir: 'webrtc_audio_processing/webrtc'
)
libwebrtc = static_library('webrtc',
webrtc_sources,
dependencies: common_deps,
include_directories: webrtc_inc,
c_args: common_cflags,
cpp_args: common_cxxflags
)
webrtc_dep = declare_dependency(
link_with: libwebrtc
)
subdir('base')
subdir('common_audio')
subdir('rtc_base')
subdir('api')
subdir('system_wrappers')
subdir('common_audio')
subdir('third_party/pffft')
subdir('third_party/rnnoise')
subdir('modules')