summaryrefslogtreecommitdiff
path: root/src/libcamera/pipeline/rkisp1/meson.build
diff options
context:
space:
mode:
authorNiklas Söderlund <niklas.soderlund@ragnatech.se>2020-10-27 15:57:44 +0100
committerNiklas Söderlund <niklas.soderlund@ragnatech.se>2021-01-29 15:35:28 +0100
commit2b57d712a28674eb03ce1e1549b90c7d59eccc6c (patch)
treea49c56f26b7637ed14cf93eec93390240f43bf99 /src/libcamera/pipeline/rkisp1/meson.build
parentea8b576a8ca06b46f3caffb280ca84d952952e53 (diff)
libcamera: pipeline: rkisp1: Remove Timeline
There are no users left of the Timeline and there is no longer a need to keep emulating a start of exposure event as the CSI-2 resciver reports it. Remove the Timeline helper and what's left of it's integration in the pipeline. There is no functional change as nothing i the pipeline uses the Timeline. Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src/libcamera/pipeline/rkisp1/meson.build')
-rw-r--r--src/libcamera/pipeline/rkisp1/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcamera/pipeline/rkisp1/meson.build b/src/libcamera/pipeline/rkisp1/meson.build
index 5cd40d94..cad66535 100644
--- a/src/libcamera/pipeline/rkisp1/meson.build
+++ b/src/libcamera/pipeline/rkisp1/meson.build
@@ -3,5 +3,4 @@
libcamera_sources += files([
'rkisp1.cpp',
'rkisp1_path.cpp',
- 'timeline.cpp',
])