summaryrefslogtreecommitdiff
path: root/libswresample/resample_dsp.c
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@stupeflix.com>2016-05-08 18:56:03 +0000
committerMatthieu Bouron <matthieu.bouron@stupeflix.com>2016-05-13 21:13:46 +0200
commitf6265a5cbcfb94c34e233a47930ec50495b176de (patch)
tree3ee1e02bd28fe7e3e3120b2137796956281bba8e /libswresample/resample_dsp.c
parent17ea1cd55960851f2e3e637ddf7fc5d35086a452 (diff)
swresample/arm: add ff_resample_common_apply_filter_{x4,x8}_{float,s16}_neon
Diffstat (limited to 'libswresample/resample_dsp.c')
-rw-r--r--libswresample/resample_dsp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libswresample/resample_dsp.c b/libswresample/resample_dsp.c
index a811b8b6fa..41369f3f8a 100644
--- a/libswresample/resample_dsp.c
+++ b/libswresample/resample_dsp.c
@@ -65,4 +65,5 @@ void swri_resample_dsp_init(ResampleContext *c)
}
if (ARCH_X86) swri_resample_dsp_x86_init(c);
+ else if (ARCH_ARM) swri_resample_dsp_arm_init(c);
}