Skip to content

Commit b88fc4e

Browse files
committed
lavc/ac3dsp: fix R-V HAVE_RVV scope issue
fix R-V HAVE_RVV scope issue Reviewed-by: Rémi Denis-Courmont <[email protected]> Signed-off-by: Jun Zhao <[email protected]>
1 parent 8ded602 commit b88fc4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libavcodec/riscv/ac3dsp_init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ av_cold void ff_ac3dsp_init_riscv(AC3DSPContext *c)
6565
c->sum_square_butterfly_int32 =
6666
ff_sum_square_butterfly_int32_rvv;
6767
# endif
68-
# endif
6968
}
7069
}
70+
# endif
7171
#endif
7272
}

0 commit comments

Comments
 (0)