[FFmpeg-cvslog] avcodec/arm/hevcdsp_idct_neon: drop ".code 32"

Michael Niedermayer git at videolan.org
Wed Feb 25 02:31:17 CET 2015


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Feb 24 19:01:25 2015 +0100| [390c57781fc6b99442ffcf03c50f0cc026610488] | committer: Michael Niedermayer

avcodec/arm/hevcdsp_idct_neon: drop ".code 32"

gas-preprocessor and armasm fail otherwise

Tested-by: Timotius Margo
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=390c57781fc6b99442ffcf03c50f0cc026610488
---

 libavcodec/arm/hevcdsp_idct_neon.S |    2 --
 1 file changed, 2 deletions(-)

diff --git a/libavcodec/arm/hevcdsp_idct_neon.S b/libavcodec/arm/hevcdsp_idct_neon.S
index b48c0a7..13d540e 100644
--- a/libavcodec/arm/hevcdsp_idct_neon.S
+++ b/libavcodec/arm/hevcdsp_idct_neon.S
@@ -21,8 +21,6 @@
 #include "libavutil/arm/asm.S"
 #include "neon.S"
 
-.code 32
-
 function ff_hevc_idct_4x4_dc_neon_8, export=1
         ldrsh       r1, [r0]
         ldr         r2, =0x20



More information about the ffmpeg-cvslog mailing list