forked from FFmpeg/FFmpeg
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:
parent
8ded602eda
commit
b88fc4e098
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue