mirror of https://github.com/FFmpeg/FFmpeg.git
* commit 'b326755989b346d0d935e0628e8865f9b2951c30': arm: rename ARMVFP config symbol to VFP Merged-by: Michael Niedermayer <michaelni@gmx.at>pull/8/head
commit
aba1a48cc5
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