summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2018-06-09 12:43:16 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2018-06-09 12:43:16 +0300
commite8fe6b593e1f10bd6aeb5f16674b6ee1142625c6 (patch)
tree1533eeb0b640b02dade590fcd71cac62a7fe0171 /Makefile
parentdf651c5b397a4b6648695cdf725a8243ff512dcd (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--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 484f533..c69bc94 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,8 @@ OBJS := \
stream.o \
uvc.o \
v4l2.o \
- video-buffers.o
+ video-buffers.o \
+ video-source.o
all: uvc-gadget