From: Jun Zhao <[email protected]> fix R-V HAVE_RVV scope issue
Signed-off-by: Jun Zhao <[email protected]> --- libavcodec/riscv/ac3dsp_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/riscv/ac3dsp_init.c b/libavcodec/riscv/ac3dsp_init.c index 24b3881854..f68a592839 100644 --- a/libavcodec/riscv/ac3dsp_init.c +++ b/libavcodec/riscv/ac3dsp_init.c @@ -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 } -- 2.25.1 _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
