Commit f625f16a authored by Rafaël Carré's avatar Rafaël Carré

contrib: ffmpeg: add some cflags for arm/neon

parent a8fe060f
......@@ -43,7 +43,11 @@ endif
# ARM stuff
ifeq ($(ARCH),arm)
FFMPEGCONF += --disable-runtime-cpudetect
FFMPEGCONF += --disable-runtime-cpudetect --arch=arm
ifdef HAVE_NEON
FFMPEGCONF += --cpu=cortex-a8 --enable-neon
FFMPEG_CFLAGS +=-mfloat-abi=softfp -mfpu=neon
endif
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