mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	audioconvert: fix avx flags
This commit is contained in:
		
							parent
							
								
									7798cf7364
								
							
						
					
					
						commit
						d8eb7ce81f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -67,7 +67,7 @@ endif
 | 
			
		|||
if have_avx and have_fma
 | 
			
		||||
	audioconvert_avx = static_library('audioconvert_avx',
 | 
			
		||||
		['resample-native-avx.c'],
 | 
			
		||||
		c_args : [avx2_args, fma_args, '-O3', '-DHAVE_AVX', '-DHAVE_FMA'],
 | 
			
		||||
		c_args : [avx_args, fma_args, '-O3', '-DHAVE_AVX', '-DHAVE_FMA'],
 | 
			
		||||
		include_directories : [spa_inc],
 | 
			
		||||
		install : false
 | 
			
		||||
	)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue