Commit 13c9ba8e authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

contrib: ffmpeg: don't bother with --enable-neon and --enable-iwmmxt

The FFmpeg configure script autodetects those correctly. Of course,
this assumes that the compiler defaults or flags are adequate.
parent 7713b1b3
......@@ -52,12 +52,6 @@ endif
# ARM stuff
ifeq ($(ARCH),arm)
FFMPEGCONF += --disable-runtime-cpudetect
# TODO: define HAVE_ARM_NEON or something
ifdef HAVE_ARM_NEON
# XXX: REVISIT choice of CPU?
FFMPEGCONF += --cpu=cortex-a8 --enable-neon
endif
# TODO: --enable-iwmmxt if anyone still cares
endif
# Darwin
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment