summaryrefslogtreecommitdiff
path: root/src/libcamera/pipeline/meson.build
diff options
context:
space:
mode:
authorNiklas Söderlund <niklas.soderlund@ragnatech.se>2018-12-28 23:04:31 +0100
committerNiklas Söderlund <niklas.soderlund@ragnatech.se>2019-01-22 14:54:20 +0100
commit70b0518ba711f37a0cd519661b87f0b2dc5995dc (patch)
treee4ddd03fa52cbf230d9250abe7b89c0bc53f1d44 /src/libcamera/pipeline/meson.build
parent5db44e6da72f1734f4d423b33af511a4d68bfcf1 (diff)
libcamera: pipeline: uvcvideo: add pipeline handler for uvcvideo
Provide a pipeline handler for uvcvideo devices. The entity names for UVC devices are different for different cameras so matching on entity names is not possible in the generic case. This leaves options to create specialized UVC pipeline handlers if needed to fit a specific model's needs. Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src/libcamera/pipeline/meson.build')
-rw-r--r--src/libcamera/pipeline/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcamera/pipeline/meson.build b/src/libcamera/pipeline/meson.build
index 811c075b..40bb2640 100644
--- a/src/libcamera/pipeline/meson.build
+++ b/src/libcamera/pipeline/meson.build
@@ -1,4 +1,5 @@
libcamera_sources += files([
+ 'uvcvideo.cpp',
'vimc.cpp',
])