mirror of https://github.com/FFmpeg/FFmpeg.git
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>pull/8/head
parent
637606de2d
commit
b326755989
8 changed files with 15 additions and 15 deletions
@ -1,8 +1,8 @@ |
|||||||
OBJS += arm/cpu.o \
|
OBJS += arm/cpu.o \
|
||||||
arm/float_dsp_init_arm.o \
|
arm/float_dsp_init_arm.o \
|
||||||
|
|
||||||
ARMVFP-OBJS += arm/float_dsp_init_vfp.o \
|
VFP-OBJS += arm/float_dsp_init_vfp.o \
|
||||||
arm/float_dsp_vfp.o \
|
arm/float_dsp_vfp.o \
|
||||||
|
|
||||||
NEON-OBJS += arm/float_dsp_init_neon.o \
|
NEON-OBJS += arm/float_dsp_init_neon.o \
|
||||||
arm/float_dsp_neon.o \
|
arm/float_dsp_neon.o \
|
||||||
|
Loading…
Reference in new issue