aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/arm/mdct_neon.S
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2009-10-02 19:35:12 +0000
committerMåns Rullgård <mans@mansr.com>2009-10-02 19:35:12 +0000
commitb44c6d8edb442fb976030dc970b4153bd57c423e (patch)
tree7f8670f23c6be4b6b7e96f8b214009e14113a6b8 /libavcodec/arm/mdct_neon.S
parentfd818a21c72863e921761918ee24213e0446cd85 (diff)
downloadffmpeg-b44c6d8edb442fb976030dc970b4153bd57c423e.tar.gz
ARM: remove unnecessary .fpu neon directives
Originally committed as revision 20151 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/arm/mdct_neon.S')
-rw-r--r--libavcodec/arm/mdct_neon.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/arm/mdct_neon.S b/libavcodec/arm/mdct_neon.S
index 495c2b2d5c..6b6c425696 100644
--- a/libavcodec/arm/mdct_neon.S
+++ b/libavcodec/arm/mdct_neon.S
@@ -21,7 +21,6 @@
#include "asm.S"
- .fpu neon
.text
#define ff_fft_calc_neon X(ff_fft_calc_neon)