Move fft to proper third_party directory

Bug: webrtc:8366
Change-Id: I741a381fe1cf18909baefd89743b2ff4fe0a6bae
Reviewed-on: https://webrtc-review.googlesource.com/86822
Reviewed-by: Niklas Enbom <niklas.enbom@webrtc.org>
Reviewed-by: Oskar Sundbom <ossu@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Artem Titov <titovartem@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24091}
This commit is contained in:
Artem Titov
2018-07-24 15:37:09 +02:00
committed by Commit Bot
parent ae1bceab00
commit 8a838fd207
9 changed files with 62 additions and 45 deletions

View File

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