mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
8 lines
446 B
Makefile
8 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 \
|