Move g711 to proper third_party directory

Bug: webrtc:8366
Change-Id: Ic57bd5c5c01871aee2956b2a098a79b106f54c9e
Reviewed-on: https://webrtc-review.googlesource.com/85375
Commit-Queue: Artem Titov <titovartem@webrtc.org>
Reviewed-by: Niklas Enbom <niklas.enbom@webrtc.org>
Reviewed-by: Oskar Sundbom <ossu@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24095}
This commit is contained in:
Artem Titov
2018-07-25 12:10:22 +02:00
committed by Commit Bot
parent b732b81e55
commit e095b81940
9 changed files with 46 additions and 31 deletions

View File

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