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

contrib: ffmpeg optimizations for N900:

* assume Cortex-A8 ARM core,
 * enable NEON instructions,
 * disable run-time CPU detection.
parent 8bba45f8
......@@ -163,6 +163,9 @@ endif
ifdef HAVE_LINUX
ifdef HAVE_MAEMO
ifneq ($(filter -m%=cortex-a8, $(EXTRA_CFLAGS)),)
FFMPEGCONF += --disable-runtime-cpudetect --enable-neon --cpu=cortex-a8
endif
# Really, this could be done on all Linux platforms, not just Maemo.
# Installing statically-linked VLC plugins is so much simpler.
HOSTCONF += --with-pic --disable-shared
......
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