diff options
author | Måns Rullgård <mans@mansr.com> | 2010-02-22 00:34:05 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-02-22 00:34:05 +0000 |
commit | a87b2f6df4607cbedaf69c2a3242d98220ed35d8 (patch) | |
tree | 6477036a21992e8fbfdbae0c6b173c7960f79fb3 /libavcodec | |
parent | 39261cd8d992322ce8ad77ee76a63a683cca21b2 (diff) | |
download | ffmpeg-a87b2f6df4607cbedaf69c2a3242d98220ed35d8.tar.gz |
ARM: add missing preserve8 directives
Originally committed as revision 21952 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/arm/dsputil_armv6.S | 2 | ||||
-rw-r--r-- | libavcodec/arm/mdct_neon.S | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/arm/dsputil_armv6.S b/libavcodec/arm/dsputil_armv6.S index acdfa12fdc..bc7efc331c 100644 --- a/libavcodec/arm/dsputil_armv6.S +++ b/libavcodec/arm/dsputil_armv6.S @@ -20,6 +20,8 @@ #include "asm.S" + preserve8 + .text .macro call_2x_pixels type, subp 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) |