diff options
| author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2018-06-09 12:44:49 +0300 | 
|---|---|---|
| committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2018-06-09 19:09:06 +0300 | 
| commit | 24800b4ee0496189ab11b544c468f4999f94a55b (patch) | |
| tree | 84821ea242395a627fb8b4e71cd82c2a7fccb570 /Makefile | |
| parent | e8fe6b593e1f10bd6aeb5f16674b6ee1142625c6 (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-- | Makefile | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -14,6 +14,7 @@ OBJS		:= \  			stream.o \  			uvc.o \  			v4l2.o \ +			v4l2-source.o \  			video-buffers.o \  			video-source.o | 
