commit | 96134e95a7468af63ff2ea74a85b0d6db2d2c25e | [log] [tgz] |
---|---|---|
author | Takuto Ikuta <tikuta@chromium.org> | Tue Jul 01 18:04:24 2025 +0900 |
committer | Frank Barchard <fbarchard@chromium.org> | Tue Jul 01 10:34:37 2025 -0700 |
tree | 16acac260c0b4b07b73ed7fe9aa920638cd12a4a | |
parent | 007b920232baa76e8f37ad1a184409a5ecb70836 [diff] |
BUILD.gn: Disable libc++ modules for NEON and SVE The -march arguments used for NEON and SVE builds in libyuv are incompatible with libc++ modules. This change disables libc++ modules for these build configurations to fix the build. Bug: 425535758 Change-Id: I578a0d9929c10177903c567bc268407470b45034 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/6695664 Reviewed-by: Mirko Bonadei <mbonadei@chromium.org>
libyuv is an open source project that includes YUV scaling and conversion functionality.
See Getting started for instructions on how to get started developing.
You can also browse the docs directory for more documentation.