summaryrefslogtreecommitdiff
path: root/chromium/third_party/webrtc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/webrtc')
-rw-r--r--chromium/third_party/webrtc/modules/video_coding/codecs/h264/h264_color_space.h4
-rw-r--r--chromium/third_party/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.h4
-rw-r--r--chromium/third_party/webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.h4
3 files changed, 0 insertions, 12 deletions
diff --git a/chromium/third_party/webrtc/modules/video_coding/codecs/h264/h264_color_space.h b/chromium/third_party/webrtc/modules/video_coding/codecs/h264/h264_color_space.h
index 392ccaf5639..aec76efbac3 100644
--- a/chromium/third_party/webrtc/modules/video_coding/codecs/h264/h264_color_space.h
+++ b/chromium/third_party/webrtc/modules/video_coding/codecs/h264/h264_color_space.h
@@ -16,10 +16,6 @@
// #ifdef unless needed and tested.
#ifdef WEBRTC_USE_H264
-#if defined(WEBRTC_WIN) && !defined(__clang__)
-#error "See: bugs.webrtc.org/9213#c13."
-#endif
-
#include "api/video/color_space.h"
extern "C" {
diff --git a/chromium/third_party/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.h b/chromium/third_party/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.h
index 3c038e6425c..80892de63bf 100644
--- a/chromium/third_party/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.h
+++ b/chromium/third_party/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.h
@@ -17,10 +17,6 @@
// #ifdef unless needed and tested.
#ifdef WEBRTC_USE_H264
-#if defined(WEBRTC_WIN) && !defined(__clang__)
-#error "See: bugs.webrtc.org/9213#c13."
-#endif
-
#include <memory>
#include "modules/video_coding/codecs/h264/include/h264.h"
diff --git a/chromium/third_party/webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.h b/chromium/third_party/webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.h
index ba996366a35..7fb87eae9d0 100644
--- a/chromium/third_party/webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.h
+++ b/chromium/third_party/webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.h
@@ -17,10 +17,6 @@
// #ifdef unless needed and tested.
#ifdef WEBRTC_USE_H264
-#if defined(WEBRTC_WIN) && !defined(__clang__)
-#error "See: bugs.webrtc.org/9213#c13."
-#endif
-
#include <memory>
#include <vector>