Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3544)

Unified Diff: call/BUILD.gn

Issue 2951033003: [EXPERIMENTAL] Generic stereo codec with index header sending single frames
Patch Set: Rebase and add external codec support. Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « api/video_codecs/video_encoder.h ('k') | call/video_send_stream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: call/BUILD.gn
diff --git a/call/BUILD.gn b/call/BUILD.gn
index 706d502b213577e0eb16732ad0ef9647c73fbdad..1b9670ec3c7bdce5f2c0f59a2b72d972741cc220 100644
--- a/call/BUILD.gn
+++ b/call/BUILD.gn
@@ -143,6 +143,12 @@ rtc_source_set("video_stream_api") {
"video_send_stream.cc",
"video_send_stream.h",
]
+
+ if (!build_with_chromium && is_clang) {
+ # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
+ suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
+ }
+
deps = [
":rtp_interfaces",
"../:webrtc_common",
« no previous file with comments | « api/video_codecs/video_encoder.h ('k') | call/video_send_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698