commit | 8fd0ded2f954d5deec49cf107e06725d8f45ec3b | [log] [tgz] |
---|---|---|
author | Hsin-Yu Chao <hychao@google.com> | Fri Mar 22 16:56:38 2019 +0800 |
committer | chrome-bot <chrome-bot@chromium.org> | Tue Mar 26 13:20:12 2019 -0700 |
tree | ed8fad1346b55cd53dda341f174357715709bfd5 | |
parent | 5083368d58dee0996638f87aef6850e308d68e13 [diff] |
webrtc-apm: Fix dependency to debug.pb.h Per common-mk document, add missing 'depends' lines for targets that depend on debug.pb.h BUG=chromium:923764 TEST=emerge-atlas webrtc-apm Change-Id: I8334453e3c366157f05ceba1d13987c47b90cc16 Reviewed-on: https://chromium-review.googlesource.com/1534212 Commit-Ready: Hsinyu Chao <hychao@chromium.org> Tested-by: Hsinyu Chao <hychao@chromium.org> Reviewed-by: Mike Frysinger <vapier@chromium.org>
APM is the audio processing module of WebRTC project in charge of effects like echo cancellation, noise suppression, etc. The purpose of this project is to build a standalone library for Chrome OS system side audio processing.
To update this package to latest upstream WebRC:
./script/sync-apm.sh path/to/webrtc-checkout/src .
emerge webrtc-apm
to see if anything breaks.