From 390c57781fc6b99442ffcf03c50f0cc026610488 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 24 Feb 2015 19:01:25 +0100 Subject: avcodec/arm/hevcdsp_idct_neon: drop ".code 32" gas-preprocessor and armasm fail otherwise Tested-by: Timotius Margo Signed-off-by: Michael Niedermayer --- libavcodec/arm/hevcdsp_idct_neon.S | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/arm') 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 -- cgit v1.2.3