Skip to content
Snippets Groups Projects
Commit 657dbcae authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

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.
parent 885a3fb6
No related branches found
No related tags found
1 merge request!2646contrib: ffmpeg: remove no-op --enable-neon
Pipeline #269739 passed with stage
in 29 minutes and 53 seconds
......@@ -81,9 +81,6 @@ endif
# ARM stuff
ifeq ($(ARCH),arm)
FFMPEGCONF += --arch=arm
ifdef HAVE_NEON
FFMPEGCONF += --enable-neon
endif
ifdef HAVE_ARMV7A
FFMPEGCONF += --cpu=cortex-a8
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment