From a87b2f6df4607cbedaf69c2a3242d98220ed35d8 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Mon, 22 Feb 2010 00:34:05 +0000 Subject: ARM: add missing preserve8 directives Originally committed as revision 21952 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/arm/mdct_neon.S | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/arm/mdct_neon.S') 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) -- cgit v1.2.3