Move portaudio to proper third_party directory

Bug: webrtc:8366
Change-Id: I2a6464c5097840219825fe08dde9630f2231451a
Reviewed-on: https://webrtc-review.googlesource.com/84581
Commit-Queue: Artem Titov <titovartem@webrtc.org>
Reviewed-by: Niklas Enbom <niklas.enbom@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24081}
This commit is contained in:
Artem Titov
2018-07-24 13:42:22 +02:00
committed by Commit Bot
parent 903bd4145f
commit 8ff433a133
10 changed files with 126 additions and 113 deletions

View File

@ -48,6 +48,7 @@ LIB_TO_LICENSES_DICT = {
'webrtc': ['LICENSE', 'LICENSE_THIRD_PARTY'],
'zlib': ['third_party/zlib/LICENSE'],
'base64': ['rtc_base/third_party/base64/LICENSE'],
'portaudio': ['modules/third_party/portaudio/LICENSE'],
# Compile time dependencies, no license needed:
'yasm': [],