diff options
| author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2018-06-09 12:43:16 +0300 | 
|---|---|---|
| committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2018-06-09 12:43:16 +0300 | 
| commit | e8fe6b593e1f10bd6aeb5f16674b6ee1142625c6 (patch) | |
| tree | 1533eeb0b640b02dade590fcd71cac62a7fe0171 /Makefile | |
| parent | df651c5b397a4b6648695cdf725a8243ff512dcd (diff) | |
video-source: Add abstract video source class
The video_source is an abstract class representing a source of video
buffers. It can be subclassed by implementing the video_source_ops
operations to support different types of video sources.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -14,7 +14,8 @@ OBJS		:= \  			stream.o \  			uvc.o \  			v4l2.o \ -			video-buffers.o +			video-buffers.o \ +			video-source.o  all: uvc-gadget | 
