mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
lavu/riscv: fix typo
This commit is contained in:
parent
a824c6f2f6
commit
04b49fb3c5
@ -67,7 +67,7 @@ int ff_get_cpu_flags_riscv(void)
|
||||
#endif
|
||||
|
||||
/* If RV-V is enabled statically at compile-time, check the details. */
|
||||
#ifdef __riscv_vectors
|
||||
#ifdef __riscv_vector
|
||||
ret |= AV_CPU_FLAG_RVV_I32;
|
||||
#if __riscv_v_elen >= 64
|
||||
ret |= AV_CPU_FLAG_RVV_I64;
|
||||
|
Loading…
Reference in New Issue
Block a user