From 371266daa3df35c424203fff0ce2e6de0e33a29d Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Sun, 29 May 2011 14:22:52 +0100 Subject: ARM: enable UAL syntax in asm.S This enables UAL syntax for all asm files instead of only those which happen to be incompatible with the old, deprecated syntax. Signed-off-by: Mans Rullgard --- libavcodec/arm/fmtconvert_vfp.S | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/arm/fmtconvert_vfp.S') diff --git a/libavcodec/arm/fmtconvert_vfp.S b/libavcodec/arm/fmtconvert_vfp.S index e01627b669..1bb7f49801 100644 --- a/libavcodec/arm/fmtconvert_vfp.S +++ b/libavcodec/arm/fmtconvert_vfp.S @@ -21,8 +21,6 @@ #include "config.h" #include "asm.S" - .syntax unified - /** * ARM VFP optimized float to int16 conversion. * Assume that len is a positive number and is multiple of 8, destination -- cgit v1.2.3