summaryrefslogtreecommitdiffstats
path: root/libavcodec/aarch64/fft_neon.S
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-08-04 04:06:06 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-08-04 04:06:13 +0200
commit7fd60d1e7ad032e6e926608758c5f5d736c37042 (patch)
treefa3bcefe09fc7c58eb903029bbf127c28ef526d9 /libavcodec/aarch64/fft_neon.S
parent7fd7aa6b2b8471eaaf712b6a3839f7304f13cabd (diff)
parentac6b95dbc0b53b3ea461bd5e5e7f7f31d2983733 (diff)
downloadffmpeg-streaming-7fd60d1e7ad032e6e926608758c5f5d736c37042.zip
ffmpeg-streaming-7fd60d1e7ad032e6e926608758c5f5d736c37042.tar.gz
Merge commit 'ac6b95dbc0b53b3ea461bd5e5e7f7f31d2983733'
* commit 'ac6b95dbc0b53b3ea461bd5e5e7f7f31d2983733': aarch64: add ',' between assembler macro arguments where missing Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/aarch64/fft_neon.S')
-rw-r--r--libavcodec/aarch64/fft_neon.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aarch64/fft_neon.S b/libavcodec/aarch64/fft_neon.S
index 70365d4..54c13a4 100644
--- a/libavcodec/aarch64/fft_neon.S
+++ b/libavcodec/aarch64/fft_neon.S
@@ -336,7 +336,7 @@ function fft_pass_neon
endfunc
.macro def_fft n, n2, n4
-function fft\n\()_neon align=6
+function fft\n\()_neon, align=6
sub sp, sp, #16
stp x28, x30, [sp]
add x28, x0, #\n4*2*8
OpenPOWER on IntegriCloud