Browse Source

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>
tags/n2.6
Michael Niedermayer 11 years ago
parent
commit
390c57781f
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavcodec/arm/hevcdsp_idct_neon.S

+ 0
- 2
libavcodec/arm/hevcdsp_idct_neon.S View File

@@ -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