commit | a876a92d3184f04452bebf2449f60c1a405cfda0 | [log] [tgz] |
---|---|---|
author | Florent Castelli <orphis@webrtc.org> | Tue Apr 19 17:18:36 2022 +0200 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Apr 23 19:04:29 2022 +0000 |
tree | 4ee967fdfc4db447491e04a1006fbb632a3d55dd | |
parent | 7606375b1a2e828c205362dba142fea53dbf470f [diff] [blame] |
Move byte_order out of rtc_base_approved Bug: webrtc:9838 Change-Id: Ieb2fbaad8831439ca04fc5249e295c8839f6890e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/259309 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Florent Castelli <orphis@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36633}
diff --git a/modules/audio_coding/BUILD.gn b/modules/audio_coding/BUILD.gn index a6d86ac..8e10910 100644 --- a/modules/audio_coding/BUILD.gn +++ b/modules/audio_coding/BUILD.gn
@@ -129,6 +129,7 @@ "../../api/units:time_delta", "../../common_audio", "../../rtc_base:buffer", + "../../rtc_base:byte_order", "../../rtc_base:checks", "../../rtc_base:logging", "../../rtc_base:rtc_base_approved",