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>2020-08-18 14:09:05 +0000
commit4e0b66a6f2d6901b4c738c8bcfb9d89d74def602 (patch)
tree9d8348e5812cd3387f5096f9c061778709f13d1c
parent1a53f5995697f5ac6fd501dbdc0ee39c9488ee66 (diff)
downloadqtwebengine-chromium-4e0b66a6f2d6901b4c738c8bcfb9d89d74def602.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>
-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>