mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-31 20:42:49 +08:00 
			
		
		
		
	 f4facd2ce7
			
		
	
	f4facd2ce7
	
	
	
		
			
			This provides a fallback when building with Yasm enabled, but neither inline assembly, nor the _mm_empty intrinsic are available or enabled. Signed-off-by: Diego Biurrun <diego@biurrun.de>
		
			
				
	
	
		
			7 lines
		
	
	
		
			371 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			371 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| OBJS += x86/cpu.o                                                       \
 | |
|         x86/float_dsp_init.o                                            \
 | |
| 
 | |
| YASM-OBJS += x86/cpuid.o                                                \
 | |
|              x86/emms.o                                                 \
 | |
|              x86/float_dsp.o                                            \
 |