[FFmpeg-cvslog] lavc/ac3dsp: fix R-V HAVE_RVV scope issue
Jun Zhao
git at videolan.org
Mon Jan 13 18:00:09 EET 2025
ffmpeg | branch: master | Jun Zhao <mypopydev at gmail.com> | Wed Jan 8 19:06:30 2025 +0800| [b88fc4e098607bed98c74e6d13ed77b907776685] | committer: Jun Zhao
lavc/ac3dsp: fix R-V HAVE_RVV scope issue
fix R-V HAVE_RVV scope issue
Reviewed-by: Rémi Denis-Courmont <remi at remlab.net>
Signed-off-by: Jun Zhao <barryjzhao at tencent.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b88fc4e098607bed98c74e6d13ed77b907776685
---
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
}
More information about the ffmpeg-cvslog
mailing list