lavc/ac3dsp: fix R-V HAVE_RVV scope issue

fix R-V HAVE_RVV scope issue

Reviewed-by: Rémi Denis-Courmont <remi@remlab.net>
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
This commit is contained in:
Jun Zhao 2025-01-08 19:06:30 +08:00 committed by Jun Zhao
parent 8ded602eda
commit b88fc4e098

View file

@ -65,8 +65,8 @@ av_cold void ff_ac3dsp_init_riscv(AC3DSPContext *c)
c->sum_square_butterfly_int32 =
ff_sum_square_butterfly_int32_rvv;
# endif
# endif
}
}
# endif
#endif
}