Removing some copy pasted code Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2970>
		
			
				
	
	
		
			16 lines
		
	
	
		
			326 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			326 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
| capp_sources = [
 | |
|   'gstpcapparse.c',
 | |
|   'gstirtspparse.c',
 | |
|   'plugin.c',
 | |
| ]
 | |
| 
 | |
| gstpcapparse = library('gstpcapparse',
 | |
|   capp_sources,
 | |
|   c_args : gst_plugins_bad_args,
 | |
|   include_directories : [configinc],
 | |
|   dependencies : [gstbase_dep] + winsock2,
 | |
|   install : true,
 | |
|   install_dir : plugins_install_dir,
 | |
| )
 | |
| plugins += [gstpcapparse]
 |