You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-04 22:03:09 +02:00
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:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user