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/dsputil_armv6.S | 2 ++ libavcodec/arm/mdct_neon.S | 2 ++ 2 files changed, 4 insertions(+) (limited to 'libavcodec/arm') 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) -- cgit v1.2.3