contrib: ffmpeg: remove no-op --enable-neon
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.