aboutsummaryrefslogtreecommitdiff
path: root/lib/ffmpeg/libavcodec/arm/Makefile
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2013-07-19 11:23:57 +0300
committerpopcornmix <popcornmix@gmail.com>2013-08-02 14:22:45 +0100
commit1bdcc107596e98bd3b753a805bccc1f2af1cfc62 (patch)
treecf5d86e31a615a9a8779b4b47191cb5a12fb3dd5 /lib/ffmpeg/libavcodec/arm/Makefile
parent9a67858de12b33ffcb8fcc3c330417699e7aa037 (diff)
[ffmpeg] - backport - arm: Add VFP-accelerated version of fft16
Before After Mean StdDev Mean StdDev Change This function 1389.3 4.2 967.8 35.1 +43.6% Overall 15577.5 83.2 15400.0 336.4 +1.2% Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'lib/ffmpeg/libavcodec/arm/Makefile')
-rw-r--r--lib/ffmpeg/libavcodec/arm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ffmpeg/libavcodec/arm/Makefile b/lib/ffmpeg/libavcodec/arm/Makefile
index 7fe5bb56ae..7390a8b062 100644
--- a/lib/ffmpeg/libavcodec/arm/Makefile
+++ b/lib/ffmpeg/libavcodec/arm/Makefile
@@ -60,6 +60,7 @@ ARMV6-OBJS += arm/dsputil_init_armv6.o \
VFP-OBJS-$(CONFIG_DCA_DECODER) += arm/dcadsp_vfp.o \
arm/synth_filter_vfp.o
+VFP-OBJS-$(CONFIG_FFT) += arm/fft_vfp.o
VFP-OBJS-$(CONFIG_MDCT) += arm/mdct_vfp.o
VFP-OBJS-$(HAVE_ARMV6) += arm/fmtconvert_vfp.o