Browse Source

ARM: add missing preserve8 directives

Originally committed as revision 21952 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Måns Rullgård 16 years ago
parent
commit
a87b2f6df4
2 changed files with 4 additions and 0 deletions
  1. +2
    -0
      libavcodec/arm/dsputil_armv6.S
  2. +2
    -0
      libavcodec/arm/mdct_neon.S

+ 2
- 0
libavcodec/arm/dsputil_armv6.S View File

@@ -20,6 +20,8 @@

#include "asm.S"

preserve8

.text

.macro call_2x_pixels type, subp


+ 2
- 0
libavcodec/arm/mdct_neon.S View File

@@ -21,6 +21,8 @@

#include "asm.S"

preserve8

.text

#define ff_fft_calc_neon X(ff_fft_calc_neon)


Loading…
Cancel
Save