mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
Merge commit '68a06b3a63'
* commit '68a06b3a63':
aarch64: use '#' for whole line asm comments
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
bcbd7dbce5
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
#ifdef __ELF__
|
||||
# define ELF
|
||||
#else
|
||||
# define ELF //
|
||||
# define ELF #
|
||||
#endif
|
||||
|
||||
.macro function name, export=0, align=2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue