cocoa-xu / evision

Evision: An OpenCV-Erlang/Elixir binding
https://evision.app
Apache License 2.0
322 stars 22 forks source link

[build] remove PNG_ARM_NEON_OPT=0 from build script #235

Closed cocoa-xu closed 3 months ago

cocoa-xu commented 3 months ago

PNG_ARM_NEON_OPT=0 has been there for a long time because it caused some issues at compile-time back then. But it should work now so we're going to remove it to improve performance when encoding/decoding PNG files.