mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	
		
			
	
	
		
			9 lines
		
	
	
	
		
			266 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
	
		
			266 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
| 
								 | 
							
								spalib_sources = ['audio-raw.c',
							 | 
						||
| 
								 | 
							
								                  'props.c',
							 | 
						||
| 
								 | 
							
								                  'ringbuffer.c']
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								spalib = shared_library('spa-lib',
							 | 
						||
| 
								 | 
							
								                         spalib_sources,
							 | 
						||
| 
								 | 
							
								                         include_directories : inc,
							 | 
						||
| 
								 | 
							
								                         install : true)
							 |