From 3a0b72dee0d92470cd8bd986dd419e387c7cf5ec Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Tue, 22 Nov 2011 16:53:18 +0000 Subject: ARM: remove needless .text/.align directives The 'function' macro already includes the appropriate directives. Signed-off-by: Mans Rullgard --- libavcodec/arm/dsputil_neon.S | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/arm/dsputil_neon.S') diff --git a/libavcodec/arm/dsputil_neon.S b/libavcodec/arm/dsputil_neon.S index 13f0699eb2..33969134d7 100644 --- a/libavcodec/arm/dsputil_neon.S +++ b/libavcodec/arm/dsputil_neon.S @@ -23,7 +23,6 @@ #include "asm.S" preserve8 - .text function ff_clear_block_neon, export=1 vmov.i16 q0, #0 -- cgit v1.2.1