This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
aarch64: use MACH-O const data asm directive in const macro
tags/n2.4
Janne Grunau
11 years ago
parent
ac6b95dbc0
commit
a238b83b13
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
libavutil/aarch64/asm.S
+ 4
- 0
libavutil/aarch64/asm.S
View File
@@ -57,7 +57,11 @@ FUNC .func \name
ELF .size \name, . - \name
.purgem endconst
.endm
#ifndef __MACH__
.section .rodata
#else
.const_data
#endif
.align \align
\name:
.endm
Write
Preview
Loading…
Cancel
Save