diff options
author | Måns Rullgård <mans@mansr.com> | 2010-07-07 20:09:45 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-07-07 20:09:45 +0000 |
commit | 96088566ee3f81fded353d3f8b6a6102825e0b13 (patch) | |
tree | c3ebe3c3dd6ec2663cea83aee506a446eb7dd221 /libavcodec | |
parent | 278caa6ad301d2c3e8dc9bbc06ad83c020942318 (diff) | |
download | ffmpeg-96088566ee3f81fded353d3f8b6a6102825e0b13.tar.gz |
ARM: remove unnecessary .previous directive
Originally committed as revision 24096 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/arm/simple_idct_neon.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/arm/simple_idct_neon.S b/libavcodec/arm/simple_idct_neon.S index f27208e46b..17cde5835a 100644 --- a/libavcodec/arm/simple_idct_neon.S +++ b/libavcodec/arm/simple_idct_neon.S @@ -243,7 +243,6 @@ endfunc .align 4 idct_coeff_neon: .short W1, W2, W3, W4, W5, W6, W7, W4c - .previous .macro idct_start data push {r4-r7, lr} |