aboutsummaryrefslogtreecommitdiff
path: root/tools_webrtc/libs
diff options
context:
space:
mode:
authorAlessio Bazzica <alessiob@webrtc.org>2019-04-01 10:19:25 +0200
committerCommit Bot <commit-bot@chromium.org>2019-04-01 08:55:15 +0000
commitffb8c8c1474de420ce6b0de5383111d0cb1686a6 (patch)
tree4982ddc07581acf3c141f49a94eaf3e24ffc6db3 /tools_webrtc/libs
parentc42f1a764d66e40a5dcf1a14bc4f01ae4ae0014b (diff)
downloadwebrtc-ffb8c8c1474de420ce6b0de5383111d0cb1686a6.tar.gz
Add PFFFT to generate_license
Bug: webrtc:9577 Change-Id: Id7169db3daf4615c35e7de60481c3d1f9fbb36ff Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/130511 Reviewed-by: Oleh Prypin <oprypin@webrtc.org> Commit-Queue: Alessio Bazzica <alessiob@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27384}
Diffstat (limited to 'tools_webrtc/libs')
-rwxr-xr-xtools_webrtc/libs/generate_licenses.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools_webrtc/libs/generate_licenses.py b/tools_webrtc/libs/generate_licenses.py
index 7665095e52..6a9d8a90c1 100755
--- a/tools_webrtc/libs/generate_licenses.py
+++ b/tools_webrtc/libs/generate_licenses.py
@@ -52,6 +52,7 @@ LIB_TO_LICENSES_DICT = {
'libvpx': ['third_party/libvpx/source/libvpx/LICENSE'],
'libyuv': ['third_party/libyuv/LICENSE'],
'opus': ['third_party/opus/src/COPYING'],
+ 'pffft': ['third_party/pffft/LICENSE'],
'protobuf': ['third_party/protobuf/LICENSE'],
'rnnoise': ['third_party/rnnoise/COPYING'],
'usrsctp': ['third_party/usrsctp/LICENSE'],