srctree
repos
owner
network
issues
0
diffs
0
Public
Robin Linden
parent
f2354483
0cb91d3e
deps/libpng: Disable NEON optimizations for now
We don't include the source files required, and dealing with that stuffcan be left for the future.
inline
split
third_party/libpng.BUILD
added: 2, removed: 1, total 1
@@ -24,6 +24,7 @@ cc_library(
"pngconf.h",
],
includes = ["."],
local_defines = ["PNG_ARM_NEON_OPT=0"],
visibility = ["//visibility:public"],
deps = ["@zlib"],
)