summaryrefslogtreecommitdiff
path: root/libavutil/arm/Makefile
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-12-04 23:29:34 +0000
committerMans Rullgard <mans@mansr.com>2012-12-07 16:54:04 +0000
commitb326755989b346d0d935e0628e8865f9b2951c30 (patch)
treef7aad9cb9b6d9514edbec31246551463fcbb47db /libavutil/arm/Makefile
parent637606de2d2e0af0a9fa2f23f943765d7d7c5cd5 (diff)
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 <mans@mansr.com>
Diffstat (limited to 'libavutil/arm/Makefile')
-rw-r--r--libavutil/arm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavutil/arm/Makefile b/libavutil/arm/Makefile
index ac7eca6751..5da44b0542 100644
--- a/libavutil/arm/Makefile
+++ b/libavutil/arm/Makefile
@@ -1,8 +1,8 @@
OBJS += arm/cpu.o \
arm/float_dsp_init_arm.o \
-ARMVFP-OBJS += arm/float_dsp_init_vfp.o \
- arm/float_dsp_vfp.o \
+VFP-OBJS += arm/float_dsp_init_vfp.o \
+ arm/float_dsp_vfp.o \
NEON-OBJS += arm/float_dsp_init_neon.o \
arm/float_dsp_neon.o \