summaryrefslogtreecommitdiff
path: root/libswresample/resample_dsp.c
diff options
context:
space:
mode:
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);
}