diff options
author | Moonchild <moonchild@palemoon.org> | 2022-06-28 00:02:38 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-06-28 00:02:38 +0000 |
commit | 58e418aeb04de7acd7e895a12c7ccfa247396863 (patch) | |
tree | a147967b40535e0d54380cd3dff78d0d0c2c042e | |
parent | 904af3005d0168bb1703831bc8da948d48c61cf7 (diff) | |
parent | ae8639dc24c7c19bc9644528aabd93a1ec2ff5fc (diff) | |
download | uxp-58e418aeb04de7acd7e895a12c7ccfa247396863.tar.gz |
Merge pull request 'Fix building libjpeg-turbo on ARM.' (#1947) from jobbautista9/UXP:libjpeg into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1947
-rw-r--r-- | media/libjpeg/simd/arm/neon-compat.h (renamed from media/libjpeg/simd/arm/neon-compat.h.in) | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/media/libjpeg/simd/arm/neon-compat.h.in b/media/libjpeg/simd/arm/neon-compat.h index d403f2289f..2907634e26 100644 --- a/media/libjpeg/simd/arm/neon-compat.h.in +++ 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) |