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>
pull/113/head^2
Michael Niedermayer 10 years ago
parent a1b5cf0181
commit 390c57781f
  1. 2
      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

Loading…
Cancel
Save