summaryrefslogtreecommitdiff
path: root/chromium/third_party/libvpx/source/config/win
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-05-16 09:59:13 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-05-20 10:28:53 +0000
commit6c11fb357ec39bf087b8b632e2b1e375aef1b38b (patch)
treec8315530db18a8ee566521c39ab8a6af4f72bc03 /chromium/third_party/libvpx/source/config/win
parent3ffaed019d0772e59d6cdb2d0d32fe4834c31f72 (diff)
downloadqtwebengine-chromium-6c11fb357ec39bf087b8b632e2b1e375aef1b38b.tar.gz
BASELINE: Update Chromium to 74.0.3729.159
Change-Id: I8d2497da544c275415aedd94dd25328d555de811 Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'chromium/third_party/libvpx/source/config/win')
-rw-r--r--chromium/third_party/libvpx/source/config/win/arm64/vpx_config.asm2
-rw-r--r--chromium/third_party/libvpx/source/config/win/arm64/vpx_config.h1
-rw-r--r--chromium/third_party/libvpx/source/config/win/ia32/vpx_config.asm1
-rw-r--r--chromium/third_party/libvpx/source/config/win/ia32/vpx_config.h1
-rw-r--r--chromium/third_party/libvpx/source/config/win/x64/vpx_config.asm1
-rw-r--r--chromium/third_party/libvpx/source/config/win/x64/vpx_config.h1
6 files changed, 0 insertions, 7 deletions
diff --git a/chromium/third_party/libvpx/source/config/win/arm64/vpx_config.asm b/chromium/third_party/libvpx/source/config/win/arm64/vpx_config.asm
index f0976ca75d3..02c1c51ad59 100644
--- a/chromium/third_party/libvpx/source/config/win/arm64/vpx_config.asm
+++ b/chromium/third_party/libvpx/source/config/win/arm64/vpx_config.asm
@@ -3,7 +3,6 @@
.set WIDE_REFERENCE, 0
.set ARCHITECTURE, 5
- .set DO1STROUNDING, 0
.syntax unified
.set ARCH_ARM , 1
.set ARCH_MIPS , 0
@@ -89,6 +88,5 @@
.set CONFIG_FP_MB_STATS , 0
.set CONFIG_EMULATE_HARDWARE , 0
.set CONFIG_NON_GREEDY_MV , 0
-.set CONFIG_ML_VAR_PARTITION , 0
.set DECODE_WIDTH_LIMIT , 16384
.set DECODE_HEIGHT_LIMIT , 16384
diff --git a/chromium/third_party/libvpx/source/config/win/arm64/vpx_config.h b/chromium/third_party/libvpx/source/config/win/arm64/vpx_config.h
index 0f793cb6dba..e05718cce25 100644
--- a/chromium/third_party/libvpx/source/config/win/arm64/vpx_config.h
+++ b/chromium/third_party/libvpx/source/config/win/arm64/vpx_config.h
@@ -94,7 +94,6 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
-#define CONFIG_ML_VAR_PARTITION 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
diff --git a/chromium/third_party/libvpx/source/config/win/ia32/vpx_config.asm b/chromium/third_party/libvpx/source/config/win/ia32/vpx_config.asm
index 054b531a305..6c3ef6ca310 100644
--- a/chromium/third_party/libvpx/source/config/win/ia32/vpx_config.asm
+++ b/chromium/third_party/libvpx/source/config/win/ia32/vpx_config.asm
@@ -82,6 +82,5 @@
%define CONFIG_FP_MB_STATS 0
%define CONFIG_EMULATE_HARDWARE 0
%define CONFIG_NON_GREEDY_MV 0
-%define CONFIG_ML_VAR_PARTITION 0
%define DECODE_WIDTH_LIMIT 16384
%define DECODE_HEIGHT_LIMIT 16384
diff --git a/chromium/third_party/libvpx/source/config/win/ia32/vpx_config.h b/chromium/third_party/libvpx/source/config/win/ia32/vpx_config.h
index 2444863db9f..2d967a0de60 100644
--- a/chromium/third_party/libvpx/source/config/win/ia32/vpx_config.h
+++ b/chromium/third_party/libvpx/source/config/win/ia32/vpx_config.h
@@ -94,7 +94,6 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
-#define CONFIG_ML_VAR_PARTITION 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
diff --git a/chromium/third_party/libvpx/source/config/win/x64/vpx_config.asm b/chromium/third_party/libvpx/source/config/win/x64/vpx_config.asm
index f992b5147dd..d104fd3fcd9 100644
--- a/chromium/third_party/libvpx/source/config/win/x64/vpx_config.asm
+++ b/chromium/third_party/libvpx/source/config/win/x64/vpx_config.asm
@@ -82,6 +82,5 @@
%define CONFIG_FP_MB_STATS 0
%define CONFIG_EMULATE_HARDWARE 0
%define CONFIG_NON_GREEDY_MV 0
-%define CONFIG_ML_VAR_PARTITION 0
%define DECODE_WIDTH_LIMIT 16384
%define DECODE_HEIGHT_LIMIT 16384
diff --git a/chromium/third_party/libvpx/source/config/win/x64/vpx_config.h b/chromium/third_party/libvpx/source/config/win/x64/vpx_config.h
index 093f2546478..8a07c942ebc 100644
--- a/chromium/third_party/libvpx/source/config/win/x64/vpx_config.h
+++ b/chromium/third_party/libvpx/source/config/win/x64/vpx_config.h
@@ -94,7 +94,6 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_NON_GREEDY_MV 0
-#define CONFIG_ML_VAR_PARTITION 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */