[SCM] libav/experimental: ARM: add missing preserve8 directives

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:00:56 UTC 2013


The following commit has been merged in the experimental branch:
commit a87b2f6df4607cbedaf69c2a3242d98220ed35d8
Author: Måns Rullgård <mans at mansr.com>
Date:   Mon Feb 22 00:34:05 2010 +0000

    ARM: add missing preserve8 directives
    
    Originally committed as revision 21952 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/arm/dsputil_armv6.S b/libavcodec/arm/dsputil_armv6.S
index acdfa12..bc7efc3 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 6b6c425..9f2f9b3 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)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list