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/h264idct_neon.S | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/arm/h264idct_neon.S') diff --git a/libavcodec/arm/h264idct_neon.S b/libavcodec/arm/h264idct_neon.S index 6c62e0f7cb..edb2ae5270 100644 --- a/libavcodec/arm/h264idct_neon.S +++ b/libavcodec/arm/h264idct_neon.S @@ -21,7 +21,6 @@ #include "asm.S" preserve8 - .text function ff_h264_idct_add_neon, export=1 vld1.64 {d0-d3}, [r1,:128] -- cgit v1.2.3