This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
39261cd8d9
commit
a87b2f6df4
2 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavcodec/arm/dsputil_armv6.S
+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)
Write
Preview
Loading…
Cancel
Save