mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 03:28:27 +00:00
b326755989
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>
9 lines
446 B
Makefile
9 lines
446 B
Makefile
OBJS += arm/cpu.o \
|
|
arm/float_dsp_init_arm.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 \
|