[FFmpeg-cvslog] r24096 - trunk/libavcodec/arm/simple_idct_neon.S
mru
subversion
Wed Jul 7 22:09:45 CEST 2010
Author: mru
Date: Wed Jul 7 22:09:45 2010
New Revision: 24096
Log:
ARM: remove unnecessary .previous directive
Modified:
trunk/libavcodec/arm/simple_idct_neon.S
Modified: trunk/libavcodec/arm/simple_idct_neon.S
==============================================================================
--- trunk/libavcodec/arm/simple_idct_neon.S Wed Jul 7 22:09:41 2010 (r24095)
+++ trunk/libavcodec/arm/simple_idct_neon.S Wed Jul 7 22:09:45 2010 (r24096)
@@ -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}
More information about the ffmpeg-cvslog
mailing list