Source code

Revision control

Copy as Markdown

Other Tools

From: Nico Grunbaum <ngrunbaum@mozilla.com>
Date: Tue, 16 Jun 2026 15:40:00 -0700
Subject: Bug 2047265 - (fix-8703bc12a1) disable new testonly av1 qp parser
library
---
modules/video_coding/BUILD.gn | 2 ++
1 file changed, 2 insertions(+)
diff --git a/modules/video_coding/BUILD.gn b/modules/video_coding/BUILD.gn
index 8176559140..066578bf60 100644
--- a/modules/video_coding/BUILD.gn
+++ b/modules/video_coding/BUILD.gn
@@ -394,6 +394,7 @@ rtc_library("video_coding_utility") {
}
rtc_library("av1_qp_parser") {
+if (!build_with_mozilla) {
testonly = true
sources = [
"utility/av1_qp_parser.cc",
@@ -407,6 +408,7 @@ rtc_library("av1_qp_parser") {
]
public_configs = [ "//third_party/libgav1:libgav1_public_config" ]
}
+}
rtc_library("encoder_speed_controller_impl") {
visibility = [ "*" ]