mirror of
				https://github.com/ossrs/srs.git
				synced 2025-03-09 15:49:59 +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                                       \
 |