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

Unified Diff: webrtc/modules/video_coding/BUILD.gn

Issue 3000263002: H264: Don't disable compiler warning by using NO_THREAD_SAFETY_ANALYSIS. (Closed)
Patch Set: OWNERS file added Created 3 years, 4 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 | « no previous file | webrtc/modules/video_coding/codecs/h264/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/video_coding/BUILD.gn
diff --git a/webrtc/modules/video_coding/BUILD.gn b/webrtc/modules/video_coding/BUILD.gn
index 3f06c4d73ec2cb87078e526510444c98be2c5c59..cab7ad207e1aedf91e76510cd776ad3761d5696f 100644
--- a/webrtc/modules/video_coding/BUILD.gn
+++ b/webrtc/modules/video_coding/BUILD.gn
@@ -146,13 +146,6 @@ rtc_static_library("video_coding_utility") {
]
}
-# TODO(ehmaldonado): Remove once http://bugs.webrtc.org/8090 is fixed.
-config("webrtc_h264_config") {
- if (is_clang) {
- cflags = [ "-Wno-thread-safety-attributes" ]
- }
-}
-
rtc_static_library("webrtc_h264") {
sources = [
"codecs/h264/h264.cc",
@@ -173,7 +166,6 @@ rtc_static_library("webrtc_h264") {
]
if (rtc_use_h264) {
- configs += [ ":webrtc_h264_config" ]
defines += [ "WEBRTC_USE_H264" ]
if (rtc_initialize_ffmpeg) {
defines += [ "WEBRTC_INITIALIZE_FFMPEG" ]
« no previous file with comments | « no previous file | webrtc/modules/video_coding/codecs/h264/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698