v4l2: include config.h to check for udev

(cherry picked from commit 1de71d96c6)
This commit is contained in:
Wim Taymans 2024-02-06 22:41:54 +01:00 committed by Robert Mader
parent 3a4374ec09
commit 5b6fae48d3
2 changed files with 2 additions and 0 deletions

View file

@ -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')

View file

@ -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;