Commit a87b2f6d authored by Måns Rullgård's avatar Måns Rullgård

ARM: add missing preserve8 directives

Originally committed as revision 21952 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 39261cd8
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
#include "asm.S" #include "asm.S"
preserve8
.text .text
.macro call_2x_pixels type, subp .macro call_2x_pixels type, subp
......
...@@ -21,6 +21,8 @@ ...@@ -21,6 +21,8 @@
#include "asm.S" #include "asm.S"
preserve8
.text .text
#define ff_fft_calc_neon X(ff_fft_calc_neon) #define ff_fft_calc_neon X(ff_fft_calc_neon)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment