Commit a08f5551 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: runtime-detect only has impact on PPC

parent 50fabdce
...@@ -54,7 +54,7 @@ endif ...@@ -54,7 +54,7 @@ endif
# ARM stuff # ARM stuff
ifeq ($(ARCH),arm) ifeq ($(ARCH),arm)
FFMPEGCONF += --disable-runtime-cpudetect --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 +=-mfloat-abi=softfp -mfpu=neon
......
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