mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	v4l2: include config.h to check for udev
This commit is contained in:
		
							parent
							
								
									1b6370ace1
								
							
						
					
					
						commit
						1de71d96c6
					
				
					 2 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -10,6 +10,7 @@ endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
v4l2lib = shared_library('spa-v4l2',
 | 
					v4l2lib = shared_library('spa-v4l2',
 | 
				
			||||||
                          v4l2_sources,
 | 
					                          v4l2_sources,
 | 
				
			||||||
 | 
					                          include_directories : [ configinc ],
 | 
				
			||||||
                          dependencies : v4l2_dependencies,
 | 
					                          dependencies : v4l2_dependencies,
 | 
				
			||||||
                          install : true,
 | 
					                          install : true,
 | 
				
			||||||
                          install_dir : spa_plugindir / 'v4l2')
 | 
					                          install_dir : spa_plugindir / 'v4l2')
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -7,6 +7,7 @@
 | 
				
			||||||
#include <spa/support/plugin.h>
 | 
					#include <spa/support/plugin.h>
 | 
				
			||||||
#include <spa/support/log.h>
 | 
					#include <spa/support/log.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#include "config.h"
 | 
				
			||||||
#include "v4l2.h"
 | 
					#include "v4l2.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
extern const struct spa_handle_factory spa_v4l2_source_factory;
 | 
					extern const struct spa_handle_factory spa_v4l2_source_factory;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue