summaryrefslogtreecommitdiff
path: root/libavcodec/arm/mdct_neon.S
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-02-22 00:34:05 +0000
committerMåns Rullgård <mans@mansr.com>2010-02-22 00:34:05 +0000
commita87b2f6df4607cbedaf69c2a3242d98220ed35d8 (patch)
tree6477036a21992e8fbfdbae0c6b173c7960f79fb3 /libavcodec/arm/mdct_neon.S
parent39261cd8d992322ce8ad77ee76a63a683cca21b2 (diff)
ARM: add missing preserve8 directives
Originally committed as revision 21952 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/arm/mdct_neon.S')
-rw-r--r--libavcodec/arm/mdct_neon.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/arm/mdct_neon.S b/libavcodec/arm/mdct_neon.S
index 6b6c425696..9f2f9b3fd8 100644
--- a/libavcodec/arm/mdct_neon.S
+++ b/libavcodec/arm/mdct_neon.S
@@ -21,6 +21,8 @@
#include "asm.S"
+ preserve8
+
.text
#define ff_fft_calc_neon X(ff_fft_calc_neon)