04_disable_sme.patch (325B)
1 diff --git a/libyuv.gyp b/libyuv.gyp 2 --- a/libyuv.gyp 3 +++ b/libyuv.gyp 4 @@ -142,6 +142,7 @@ 5 }], 6 ], #conditions 7 'defines': [ 8 + 'LIBYUV_DISABLE_SME', 9 # Enable the following 3 macros to turn off assembly for specified CPU. 10 # 'LIBYUV_DISABLE_X86', 11 # 'LIBYUV_DISABLE_NEON',