diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-02-24 19:01:25 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-02-25 02:30:35 +0100 |
commit | 390c57781fc6b99442ffcf03c50f0cc026610488 (patch) | |
tree | 45852783248810ff3d232e3c6a348985a2db23dc | |
parent | a1b5cf01816884f89345004d6f8b89f6448a36ef (diff) | |
download | ffmpeg-390c57781fc6b99442ffcf03c50f0cc026610488.tar.gz |
avcodec/arm/hevcdsp_idct_neon: drop ".code 32"
gas-preprocessor and armasm fail otherwise
Tested-by: Timotius Margo
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/arm/hevcdsp_idct_neon.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/arm/hevcdsp_idct_neon.S b/libavcodec/arm/hevcdsp_idct_neon.S index b48c0a7e5e..13d540e5ff 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 |