mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 11:51:57 +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 \
|