Commit 5bdd4ca6 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: setting -mfloat-abi is orthogonal to NEON

parent 65410039
...@@ -57,7 +57,7 @@ ifeq ($(ARCH),arm) ...@@ -57,7 +57,7 @@ ifeq ($(ARCH),arm)
FFMPEGCONF += --arch=arm FFMPEGCONF += --arch=arm
ifdef HAVE_NEON ifdef HAVE_NEON
FFMPEGCONF += --cpu=cortex-a8 --enable-neon FFMPEGCONF += --cpu=cortex-a8 --enable-neon
FFMPEG_CFLAGS +=-mfloat-abi=softfp -mfpu=neon FFMPEG_CFLAGS += -mfpu=neon
endif endif
endif endif
......
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