mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-18 13:35:13 +00:00
lavu/riscv: allow requesting a second extension
This commit is contained in:
parent
6e77af1c22
commit
89029baebd
@ -36,13 +36,16 @@
|
||||
#define HWD
|
||||
#endif
|
||||
|
||||
.macro func sym, ext=
|
||||
.macro func sym, ext1=, ext2=
|
||||
.text
|
||||
.align 2
|
||||
|
||||
.option push
|
||||
.ifnb \ext
|
||||
.option arch, +\ext
|
||||
.ifnb \ext1
|
||||
.option arch, +\ext1
|
||||
.ifnb \ext2
|
||||
.option arch, +\ext2
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.global \sym
|
||||
|
Loading…
Reference in New Issue
Block a user