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 "libavutil/arm/asm.S"
|
||||||
#include "neon.S"
|
#include "neon.S"
|
||||||
|
|
||||||
.code 32
|
|
||||||
|
|
||||||
function ff_hevc_idct_4x4_dc_neon_8, export=1
|
function ff_hevc_idct_4x4_dc_neon_8, export=1
|
||||||
ldrsh r1, [r0]
|
ldrsh r1, [r0]
|
||||||
ldr r2, =0x20
|
ldr r2, =0x20
|
||||||
|
Loading…
Reference in New Issue
Block a user