diff --git a/srcpkgs/libvpx/patches/01-arm-fixes.patch b/srcpkgs/libvpx/patches/01-arm-fixes.patch index 9cdf4d2d000..3e212abbf86 100644 --- a/srcpkgs/libvpx/patches/01-arm-fixes.patch +++ b/srcpkgs/libvpx/patches/01-arm-fixes.patch @@ -27,12 +27,12 @@ index 007e02000..c7e9076b3 100644 armv7*-hardfloat* | armv7*-gnueabihf | arm-*-gnueabihf) tgt_isa=armv7 float_abi=hard -@@ -873,7 +881,7 @@ process_common_toolchain() { +@@ -873,7 +881,8 @@ process_common_toolchain() { soft_enable neon ;; armv7|armv7s) -- soft_enable neon -+ #soft_enable neon + soft_enable neon ++ float_abi=hard # Only enable neon_asm when neon is also enabled. enabled neon && soft_enable neon_asm # If someone tries to force it through, die.