summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2018-06-09 12:44:49 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2018-06-09 19:09:06 +0300
commit24800b4ee0496189ab11b544c468f4999f94a55b (patch)
tree84821ea242395a627fb8b4e71cd82c2a7fccb570 /Makefile
parente8fe6b593e1f10bd6aeb5f16674b6ee1142625c6 (diff)
v4l2-source: Add V4L2 source class
The v4l2_source class is an implementation of the video_source class that uses a V4L2 capture device to provide video. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c69bc94..f3d7208 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,7 @@ OBJS := \
stream.o \
uvc.o \
v4l2.o \
+ v4l2-source.o \
video-buffers.o \
video-source.o