Don't add libopus to public_deps, its headers are only used directly

Bug: webrtc:8603
Change-Id: I2ce1f96a80dd23e420b3693b899d2b14382fd2d7
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/266765
Reviewed-by: Ivo Creusen <ivoc@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Harald Alvestrand <hta@webrtc.org>
Auto-Submit: Oleh Prypin <oprypin@google.com>
Cr-Commit-Position: refs/heads/main@{#37363}
This commit is contained in:
Oleh Prypin
2022-06-28 09:21:44 +02:00
committed by WebRTC LUCI CQ
parent b97ddd9fb1
commit cc7bd85748
3 changed files with 14 additions and 20 deletions

View File

@ -0,0 +1,5 @@
specific_include_rules = {
"opus_inst\.h": [
"+third_party/opus",
],
}

View File

@ -16,8 +16,8 @@
#include "rtc_base/ignore_wundef.h"
RTC_PUSH_IGNORING_WUNDEF()
#include "opus.h"
#include "opus_multistream.h"
#include "third_party/opus/src/include/opus.h"
#include "third_party/opus/src/include/opus_multistream.h"
RTC_POP_IGNORING_WUNDEF()
struct WebRtcOpusEncInst {