Move fft4g to proper third_party directory

Bug: webrtc:8366
Change-Id: I98d3ae56a1d14b3ecacd85a4b3d234e215c8bc58
Reviewed-on: https://webrtc-review.googlesource.com/85642
Commit-Queue: Artem Titov <titovartem@webrtc.org>
Reviewed-by: Niklas Enbom <niklas.enbom@webrtc.org>
Reviewed-by: Per Åhgren <peah@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24103}
This commit is contained in:
Artem Titov
2018-07-25 16:56:18 +02:00
committed by Commit Bot
parent b4731ff9cb
commit 333a50562c
15 changed files with 48 additions and 31 deletions

View File

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