Commit f04080cd authored by mru's avatar mru

ARM: add missing preserve8 directives

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21952 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a848ef59
...@@ -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