From 24800b4ee0496189ab11b544c468f4999f94a55b Mon Sep 17 00:00:00 2001
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Date: Sat, 9 Jun 2018 12:44:49 +0300
Subject: 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>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

(limited to 'Makefile')

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
 
-- 
cgit v1.2.3