summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-08-18 13:34:53 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2021-10-04 10:19:42 +0200
commit822df13da93cce7ad591cacf53a725f2b329b041 (patch)
tree3f74174d4074961f2e687bf764d9ce9f5e531ecf
parent58485c3305d6d3f96c8ee5e8869ac9887d7bc4d6 (diff)
downloadqtwebengine-chromium-822df13da93cce7ad591cacf53a725f2b329b041.tar.gz
Remove blocking of proper fixes
It works just fine for us, no need to block compilation just because upstream is lazy. Task-number: QTBUG-86092 Change-Id: If4077d12f8d5a7054603bf9d434165f621e6393e Reviewed-by: Michal Klocek <michal.klocek@qt.io> (cherry picked from commit 4e0b66a6f2d6901b4c738c8bcfb9d89d74def602) Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
-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 bca482d8a96..47af12c8ca2 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 2a78b143115..4eb4ad38c8d 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>