Blame SOURCES/openal-soft-arm_neon-only-for-32bit.patch

5fcffc
Index: openal-soft-1.16.0/CMakeLists.txt
5fcffc
===================================================================
5fcffc
--- openal-soft-1.16.0.orig/CMakeLists.txt
5fcffc
+++ openal-soft-1.16.0/CMakeLists.txt
5fcffc
@@ -679,7 +679,7 @@ ENDIF()
5fcffc
 # Check for ARM Neon support
5fcffc
 OPTION(ALSOFT_REQUIRE_NEON "Require ARM Neon support" OFF)
5fcffc
 CHECK_INCLUDE_FILE(arm_neon.h HAVE_ARM_NEON_H)
5fcffc
-IF(HAVE_ARM_NEON_H)
5fcffc
+IF(HAVE_ARM_NEON_H AND CMAKE_SIZEOF_VOID_P EQUAL 4)	# only 32-bit ARM
5fcffc
     OPTION(ALSOFT_CPUEXT_NEON "Enable ARM Neon support" ON)
5fcffc
     IF(ALSOFT_CPUEXT_NEON)
5fcffc
         SET(HAVE_NEON 1)