diff options
author | Martin Storsjö <martin@martin.st> | 2022-09-28 10:12:42 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2022-09-28 11:02:46 +0300 |
commit | dd2e524ffa10aba1939acdfa43a0fca06db65921 (patch) | |
tree | 51caa89f19e15120fa8e8cf63ba04b57941a33b0 /libavcodec/riscv/fmtconvert_rvv.S | |
parent | 0e402ebf487075727187c78f85908a492eed3e59 (diff) | |
download | ffmpeg-dd2e524ffa10aba1939acdfa43a0fca06db65921.tar.gz |
riscv: Use the correct path for including asm.S
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/riscv/fmtconvert_rvv.S')
-rw-r--r-- | libavcodec/riscv/fmtconvert_rvv.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/riscv/fmtconvert_rvv.S b/libavcodec/riscv/fmtconvert_rvv.S index c79f80cc47..49893ec8d7 100644 --- a/libavcodec/riscv/fmtconvert_rvv.S +++ b/libavcodec/riscv/fmtconvert_rvv.S @@ -19,7 +19,7 @@ */ #include "config.h" -#include "../libavutil/riscv/asm.S" +#include "libavutil/riscv/asm.S" func ff_int32_to_float_fmul_scalar_rvv, zve32f NOHWF fmv.w.x fa0, a2 |