mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
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>
This commit is contained in:
parent
a1b5cf0181
commit
390c57781f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user