aboutsummaryrefslogtreecommitdiff
path: root/tools_webrtc
diff options
context:
space:
mode:
authorAlessio Bazzica <alessiob@webrtc.org>2018-05-07 11:53:28 +0200
committerCommit Bot <commit-bot@chromium.org>2018-05-07 12:12:04 +0000
commit78ad6ce381c649bb9ac0fdf11d86a0b85df7981c (patch)
treee88abe6d2c941faf55898c4901408291dfda70f8 /tools_webrtc
parent156436056ec1d9cd56ae3d7bce29b356b404f9ca (diff)
downloadwebrtc-78ad6ce381c649bb9ac0fdf11d86a0b85df7981c.tar.gz
Removing openmax_dl
Follow-up CL of https://webrtc-review.googlesource.com/c/src/+/69641 in which the 3pp lib openmax_dl had been disabled (but not removed). Bug: webrtc:9071 Change-Id: Id766e4a48ab255a86e13f5f5f1480aee88c428a5 Reviewed-on: https://webrtc-review.googlesource.com/74482 Commit-Queue: Alessio Bazzica <alessiob@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org> Reviewed-by: Henrik Andreassson <henrika@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23140}
Diffstat (limited to 'tools_webrtc')
-rwxr-xr-xtools_webrtc/libs/generate_licenses.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools_webrtc/libs/generate_licenses.py b/tools_webrtc/libs/generate_licenses.py
index df7ad8210e..64e5fc9f2e 100755
--- a/tools_webrtc/libs/generate_licenses.py
+++ b/tools_webrtc/libs/generate_licenses.py
@@ -41,7 +41,6 @@ LIB_TO_LICENSES_DICT = {
'libsrtp': ['third_party/libsrtp/LICENSE'],
'libvpx': ['third_party/libvpx/source/libvpx/LICENSE'],
'libyuv': ['third_party/libyuv/LICENSE'],
- 'openmax_dl': ['third_party/openmax_dl/LICENSE'],
'opus': ['third_party/opus/src/COPYING'],
'protobuf': ['third_party/protobuf/LICENSE'],
'rnnoise': ['third_party/rnnoise/COPYING'],