summaryrefslogtreecommitdiff
path: root/libavcodec/aarch64/mpegaudiodsp_neon.S
diff options
context:
space:
mode:
authorJanne Grunau <janne-libav@jannau.net>2014-07-24 14:50:46 +0200
committerJanne Grunau <janne-libav@jannau.net>2014-08-04 00:17:21 +0200
commitac6b95dbc0b53b3ea461bd5e5e7f7f31d2983733 (patch)
treef2d61d333236bc84ca7d22702a182fd3edb3e078 /libavcodec/aarch64/mpegaudiodsp_neon.S
parentcaf5ef852bf71984d3322bbeaf48cfb04ac8255f (diff)
aarch64: add ',' between assembler macro arguments where missing
llvm's integrated assembler does not accept spaces as macro argument delimiter when targeting darwin. Using a explicit delimiter is a good idea in principle since it makes case like 'macro 4 -2' vs 'macro 4 - 2' clear.
Diffstat (limited to 'libavcodec/aarch64/mpegaudiodsp_neon.S')
-rw-r--r--libavcodec/aarch64/mpegaudiodsp_neon.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aarch64/mpegaudiodsp_neon.S b/libavcodec/aarch64/mpegaudiodsp_neon.S
index 39875fed4a..808576af72 100644
--- a/libavcodec/aarch64/mpegaudiodsp_neon.S
+++ b/libavcodec/aarch64/mpegaudiodsp_neon.S
@@ -24,7 +24,7 @@
#define WFRAC_BITS 16 // fractional bits for window
#define OUT_SHIFT (WFRAC_BITS + FRAC_BITS - 15)
-const tbl_rev128.s align=4
+const tbl_rev128.s, align=4
.byte 12, 13, 14, 15
.byte 8, 9, 10, 11
.byte 4, 5, 6, 7