summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJob Bautista <jobbautista9@protonmail.com>2022-06-27 14:10:21 +0800
committerJob Bautista <jobbautista9@protonmail.com>2022-06-27 14:10:21 +0800
commitae8639dc24c7c19bc9644528aabd93a1ec2ff5fc (patch)
treeec3c6ddc51e92212e141ccd9b88f8887efcf18ed
parentf8767c563d951db4ef8b4a0fd0c52f810da4f8a6 (diff)
downloaduxp-ae8639dc24c7c19bc9644528aabd93a1ec2ff5fc.tar.gz
Issue #1933 - Follow-up: Remove cmakedefine directives from neon-compat.h.
Apparently it wasn't preprocessed yet. Just took the version from mozilla-central, and it worked, according to dbsoft.
-rw-r--r--media/libjpeg/simd/arm/neon-compat.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/media/libjpeg/simd/arm/neon-compat.h b/media/libjpeg/simd/arm/neon-compat.h
index d403f2289f..2907634e26 100644
--- a/media/libjpeg/simd/arm/neon-compat.h
+++ b/media/libjpeg/simd/arm/neon-compat.h
@@ -19,10 +19,6 @@
* 3. This notice may not be removed or altered from any source distribution.
*/
-#cmakedefine HAVE_VLD1_S16_X3
-#cmakedefine HAVE_VLD1_U16_X2
-#cmakedefine HAVE_VLD1Q_U8_X4
-
/* Define compiler-independent count-leading-zeros and byte-swap macros */
#if defined(_MSC_VER) && !defined(__clang__)
#define BUILTIN_CLZ(x) _CountLeadingZeros(x)