mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			400 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			400 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
audiotestsrc_sources = ['audiotestsrc.c', 'plugin.c']
 | 
						|
 | 
						|
audiotestsrclib = shared_library('spa-audiotestsrc',
 | 
						|
                          audiotestsrc_sources,
 | 
						|
                          include_directories : [spa_inc],
 | 
						|
                          dependencies : mathlib,
 | 
						|
                          install : true,
 | 
						|
                          install_dir : '@0@/spa/audiotestsrc'.format(get_option('libdir')))
 |