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 6ffbb87766..b2424eb6f7 100644
--- a/libswresample/resample_dsp.c
+++ b/libswresample/resample_dsp.c
@@ -70,4 +70,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);
+ else if (ARCH_AARCH64) swri_resample_dsp_aarch64_init(c);
}