From b326755989b346d0d935e0628e8865f9b2951c30 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Tue, 4 Dec 2012 23:29:34 +0000 Subject: arm: rename ARMVFP config symbol to VFP This is consistent with usual ARM nomenclature as well as with the VFPV3 and NEON symbols which both lack the ARM prefix. Signed-off-by: Mans Rullgard --- libavutil/arm/asm.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/arm/asm.S') diff --git a/libavutil/arm/asm.S b/libavutil/arm/asm.S index 8ac28e263e..a1817892f0 100644 --- a/libavutil/arm/asm.S +++ b/libavutil/arm/asm.S @@ -46,7 +46,7 @@ #if HAVE_NEON .fpu neon -#elif HAVE_ARMVFP +#elif HAVE_VFP .fpu vfp #endif -- cgit v1.2.3