Skip to content

contrib: ffmpeg: remove no-op --enable-neon

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

This is the default, and has no actual effects. The FFmpeg configure script will check if NEON is supported unless given --disable-neon is passed.

By comparison, the ARMv6 condition below is correct (at least in this respect) in forcefully disabling NEON.

Merge request reports