summaryrefslogtreecommitdiffstats
path: root/third_party/libvpx_new/source/config/linux
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libvpx_new/source/config/linux')
-rw-r--r--third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_config.asm1
-rw-r--r--third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_config.h1
-rw-r--r--third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.asm1
-rw-r--r--third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.h1
-rw-r--r--third_party/libvpx_new/source/config/linux/arm/vpx_config.asm1
-rw-r--r--third_party/libvpx_new/source/config/linux/arm/vpx_config.h1
-rw-r--r--third_party/libvpx_new/source/config/linux/arm64/vpx_config.asm1
-rw-r--r--third_party/libvpx_new/source/config/linux/arm64/vpx_config.h1
-rw-r--r--third_party/libvpx_new/source/config/linux/generic/vpx_config.asm1
-rw-r--r--third_party/libvpx_new/source/config/linux/generic/vpx_config.h1
-rw-r--r--third_party/libvpx_new/source/config/linux/ia32/vpx_config.asm1
-rw-r--r--third_party/libvpx_new/source/config/linux/ia32/vpx_config.h1
-rw-r--r--third_party/libvpx_new/source/config/linux/mips64el/vpx_config.h1
-rw-r--r--third_party/libvpx_new/source/config/linux/mipsel/vpx_config.h1
-rw-r--r--third_party/libvpx_new/source/config/linux/x64/vpx_config.asm1
-rw-r--r--third_party/libvpx_new/source/config/linux/x64/vpx_config.h1
16 files changed, 16 insertions, 0 deletions
diff --git a/third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_config.asm b/third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_config.asm
index 0bea45a..9623675 100644
--- a/third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_config.asm
+++ b/third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_config.asm
@@ -87,6 +87,7 @@
.equ CONFIG_FP_MB_STATS , 0
.equ CONFIG_EMULATE_HARDWARE , 0
.equ CONFIG_MISC_FIXES , 0
+.equ CONFIG_UNIVERSAL_HP , 0
.equ DECODE_WIDTH_LIMIT , 16384
.equ DECODE_HEIGHT_LIMIT , 16384
.section .note.GNU-stack,"",%progbits
diff --git a/third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_config.h b/third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_config.h
index b55e8f9..ab3e1c0 100644
--- a/third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_config.h
+++ b/third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_config.h
@@ -96,6 +96,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_MISC_FIXES 0
+#define CONFIG_UNIVERSAL_HP 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
diff --git a/third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.asm b/third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.asm
index 74b8242d..8b22374 100644
--- a/third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.asm
+++ b/third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.asm
@@ -87,6 +87,7 @@
.equ CONFIG_FP_MB_STATS , 0
.equ CONFIG_EMULATE_HARDWARE , 0
.equ CONFIG_MISC_FIXES , 0
+.equ CONFIG_UNIVERSAL_HP , 0
.equ DECODE_WIDTH_LIMIT , 16384
.equ DECODE_HEIGHT_LIMIT , 16384
.section .note.GNU-stack,"",%progbits
diff --git a/third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.h b/third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.h
index 5df5b08..439366f 100644
--- a/third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.h
+++ b/third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.h
@@ -96,6 +96,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_MISC_FIXES 0
+#define CONFIG_UNIVERSAL_HP 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
diff --git a/third_party/libvpx_new/source/config/linux/arm/vpx_config.asm b/third_party/libvpx_new/source/config/linux/arm/vpx_config.asm
index fd5a86f..431f819 100644
--- a/third_party/libvpx_new/source/config/linux/arm/vpx_config.asm
+++ b/third_party/libvpx_new/source/config/linux/arm/vpx_config.asm
@@ -87,6 +87,7 @@
.equ CONFIG_FP_MB_STATS , 0
.equ CONFIG_EMULATE_HARDWARE , 0
.equ CONFIG_MISC_FIXES , 0
+.equ CONFIG_UNIVERSAL_HP , 0
.equ DECODE_WIDTH_LIMIT , 16384
.equ DECODE_HEIGHT_LIMIT , 16384
.section .note.GNU-stack,"",%progbits
diff --git a/third_party/libvpx_new/source/config/linux/arm/vpx_config.h b/third_party/libvpx_new/source/config/linux/arm/vpx_config.h
index f564c9d..708204e 100644
--- a/third_party/libvpx_new/source/config/linux/arm/vpx_config.h
+++ b/third_party/libvpx_new/source/config/linux/arm/vpx_config.h
@@ -96,6 +96,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_MISC_FIXES 0
+#define CONFIG_UNIVERSAL_HP 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
diff --git a/third_party/libvpx_new/source/config/linux/arm64/vpx_config.asm b/third_party/libvpx_new/source/config/linux/arm64/vpx_config.asm
index 9d0f876..d7ef80a 100644
--- a/third_party/libvpx_new/source/config/linux/arm64/vpx_config.asm
+++ b/third_party/libvpx_new/source/config/linux/arm64/vpx_config.asm
@@ -87,6 +87,7 @@
.equ CONFIG_FP_MB_STATS , 0
.equ CONFIG_EMULATE_HARDWARE , 0
.equ CONFIG_MISC_FIXES , 0
+.equ CONFIG_UNIVERSAL_HP , 0
.equ DECODE_WIDTH_LIMIT , 16384
.equ DECODE_HEIGHT_LIMIT , 16384
.section .note.GNU-stack,"",%progbits
diff --git a/third_party/libvpx_new/source/config/linux/arm64/vpx_config.h b/third_party/libvpx_new/source/config/linux/arm64/vpx_config.h
index e1d0a8e..8ca180c 100644
--- a/third_party/libvpx_new/source/config/linux/arm64/vpx_config.h
+++ b/third_party/libvpx_new/source/config/linux/arm64/vpx_config.h
@@ -96,6 +96,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_MISC_FIXES 0
+#define CONFIG_UNIVERSAL_HP 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
diff --git a/third_party/libvpx_new/source/config/linux/generic/vpx_config.asm b/third_party/libvpx_new/source/config/linux/generic/vpx_config.asm
index 5cc055b..edf4085 100644
--- a/third_party/libvpx_new/source/config/linux/generic/vpx_config.asm
+++ b/third_party/libvpx_new/source/config/linux/generic/vpx_config.asm
@@ -87,6 +87,7 @@
.equ CONFIG_FP_MB_STATS , 0
.equ CONFIG_EMULATE_HARDWARE , 0
.equ CONFIG_MISC_FIXES , 0
+.equ CONFIG_UNIVERSAL_HP , 0
.equ DECODE_WIDTH_LIMIT , 16384
.equ DECODE_HEIGHT_LIMIT , 16384
.section .note.GNU-stack,"",%progbits
diff --git a/third_party/libvpx_new/source/config/linux/generic/vpx_config.h b/third_party/libvpx_new/source/config/linux/generic/vpx_config.h
index 0dd6635..8cb07bd 100644
--- a/third_party/libvpx_new/source/config/linux/generic/vpx_config.h
+++ b/third_party/libvpx_new/source/config/linux/generic/vpx_config.h
@@ -96,6 +96,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_MISC_FIXES 0
+#define CONFIG_UNIVERSAL_HP 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
diff --git a/third_party/libvpx_new/source/config/linux/ia32/vpx_config.asm b/third_party/libvpx_new/source/config/linux/ia32/vpx_config.asm
index cbb39f3..efed0c2 100644
--- a/third_party/libvpx_new/source/config/linux/ia32/vpx_config.asm
+++ b/third_party/libvpx_new/source/config/linux/ia32/vpx_config.asm
@@ -84,5 +84,6 @@
%define CONFIG_FP_MB_STATS 0
%define CONFIG_EMULATE_HARDWARE 0
%define CONFIG_MISC_FIXES 0
+%define CONFIG_UNIVERSAL_HP 0
%define DECODE_WIDTH_LIMIT 16384
%define DECODE_HEIGHT_LIMIT 16384
diff --git a/third_party/libvpx_new/source/config/linux/ia32/vpx_config.h b/third_party/libvpx_new/source/config/linux/ia32/vpx_config.h
index 20ce55f..f43e1ba 100644
--- a/third_party/libvpx_new/source/config/linux/ia32/vpx_config.h
+++ b/third_party/libvpx_new/source/config/linux/ia32/vpx_config.h
@@ -96,6 +96,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_MISC_FIXES 0
+#define CONFIG_UNIVERSAL_HP 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
diff --git a/third_party/libvpx_new/source/config/linux/mips64el/vpx_config.h b/third_party/libvpx_new/source/config/linux/mips64el/vpx_config.h
index dcef6e2..63e80c2 100644
--- a/third_party/libvpx_new/source/config/linux/mips64el/vpx_config.h
+++ b/third_party/libvpx_new/source/config/linux/mips64el/vpx_config.h
@@ -96,6 +96,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_MISC_FIXES 0
+#define CONFIG_UNIVERSAL_HP 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
diff --git a/third_party/libvpx_new/source/config/linux/mipsel/vpx_config.h b/third_party/libvpx_new/source/config/linux/mipsel/vpx_config.h
index 33573ab..d98a962 100644
--- a/third_party/libvpx_new/source/config/linux/mipsel/vpx_config.h
+++ b/third_party/libvpx_new/source/config/linux/mipsel/vpx_config.h
@@ -96,6 +96,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_MISC_FIXES 0
+#define CONFIG_UNIVERSAL_HP 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */
diff --git a/third_party/libvpx_new/source/config/linux/x64/vpx_config.asm b/third_party/libvpx_new/source/config/linux/x64/vpx_config.asm
index adec456..5a2dd24 100644
--- a/third_party/libvpx_new/source/config/linux/x64/vpx_config.asm
+++ b/third_party/libvpx_new/source/config/linux/x64/vpx_config.asm
@@ -84,5 +84,6 @@
%define CONFIG_FP_MB_STATS 0
%define CONFIG_EMULATE_HARDWARE 0
%define CONFIG_MISC_FIXES 0
+%define CONFIG_UNIVERSAL_HP 0
%define DECODE_WIDTH_LIMIT 16384
%define DECODE_HEIGHT_LIMIT 16384
diff --git a/third_party/libvpx_new/source/config/linux/x64/vpx_config.h b/third_party/libvpx_new/source/config/linux/x64/vpx_config.h
index 16c9aa5..10b7d23 100644
--- a/third_party/libvpx_new/source/config/linux/x64/vpx_config.h
+++ b/third_party/libvpx_new/source/config/linux/x64/vpx_config.h
@@ -96,6 +96,7 @@
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
#define CONFIG_MISC_FIXES 0
+#define CONFIG_UNIVERSAL_HP 0
#define DECODE_WIDTH_LIMIT 16384
#define DECODE_HEIGHT_LIMIT 16384
#endif /* VPX_CONFIG_H */