mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	
		
			
	
	
		
			12 lines
		
	
	
	
		
			387 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
	
		
			387 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
| 
								 | 
							
								if sdl_dep.found()
							 | 
						||
| 
								 | 
							
								  executable('local-v4l2', 'local-v4l2.c',
							 | 
						||
| 
								 | 
							
								             include_directories : [spa_inc ],
							 | 
						||
| 
								 | 
							
								             dependencies : [dl_lib, sdl_dep, pthread_lib],
							 | 
						||
| 
								 | 
							
								             install : false)
							 | 
						||
| 
								 | 
							
								endif
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								executable('example-control', 'example-control.c',
							 | 
						||
| 
								 | 
							
								             include_directories : [spa_inc ],
							 | 
						||
| 
								 | 
							
									     dependencies : [dl_lib, pthread_lib, mathlib],
							 | 
						||
| 
								 | 
							
								             install : false)
							 |