Move g722 to proper third_party directory

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

View File

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