New comment by stefson on void-packages repository https://github.com/void-linux/void-packages/pull/38865#issuecomment-1242913769 Comment: like this: ``` diff --git a/media/libyuv/libyuv/libyuv.gyp b/media/libyuv/libyuv/libyuv.gyp index 45df0d2..6beb7fc 100644 --- a/media/libyuv/libyuv/libyuv.gyp +++ b/media/libyuv/libyuv/libyuv.gyp @@ -136,7 +136,7 @@ 'defines': [ # Enable the following 3 macros to turn off assembly for specified CPU. # 'LIBYUV_DISABLE_X86', - # 'LIBYUV_DISABLE_NEON', + 'LIBYUV_DISABLE_NEON', # 'LIBYUV_DISABLE_DSPR2', # Enable the following macro to build libyuv as a shared library (dll). # 'LIBYUV_USING_SHARED_LIBRARY', ```