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