mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	cpu: also pass the sse_args when compiling with SSE
This commit is contained in:
		
							parent
							
								
									14fd5425af
								
							
						
					
					
						commit
						54c0857d57
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -12,7 +12,7 @@ spa_support_sources = [
 | 
				
			||||||
simd_cargs = []
 | 
					simd_cargs = []
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if have_sse
 | 
					if have_sse
 | 
				
			||||||
  simd_cargs += ['-DHAVE_SSE']
 | 
					  simd_cargs += [sse_args, '-DHAVE_SSE']
 | 
				
			||||||
endif
 | 
					endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
spa_support_lib = shared_library('spa-support',
 | 
					spa_support_lib = shared_library('spa-support',
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue