Skip to content

contrib: remove HAVE_NEON

Rémi Denis-Courmont requested to merge Courmisch/vlc:armv7 into master

This is no longer used for anything.

If you need to remove NEON to make a build then make sure that NEON is not enabled in the compiler flags and it should build properly: Some libraries like FFmpeg will include NEON support but not use it. Others will not include NEON support at all.

Merge request reports