diff --git a/AUTHORS b/AUTHORS index 9686ac13e..28c08956a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -2,3 +2,5 @@ # Name or Organization Google Inc. + +Ivan Pavlotskiy diff --git a/BUILD.gn b/BUILD.gn index 2c9c3e6e4..a72ff0655 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -27,6 +27,10 @@ config("libyuv_config") { if (is_android && current_cpu != "arm64") { ldflags = [ "-Wl,--dynamic-linker,/system/bin/linker" ] } + + if (!libyuv_use_neon) { + defines = [ "LIBYUV_DISABLE_NEON" ] + } } # This target is built when no specific target is specified on the command line.