diff options
author | Job Bautista <jobbautista9@protonmail.com> | 2022-06-27 14:10:21 +0800 |
---|---|---|
committer | Job Bautista <jobbautista9@protonmail.com> | 2022-06-27 14:10:21 +0800 |
commit | ae8639dc24c7c19bc9644528aabd93a1ec2ff5fc (patch) | |
tree | ec3c6ddc51e92212e141ccd9b88f8887efcf18ed /media | |
parent | f8767c563d951db4ef8b4a0fd0c52f810da4f8a6 (diff) | |
download | uxp-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.
Diffstat (limited to 'media')
-rw-r--r-- | media/libjpeg/simd/arm/neon-compat.h | 4 |
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) |