From e8fe6b593e1f10bd6aeb5f16674b6ee1142625c6 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sat, 9 Jun 2018 12:43:16 +0300 Subject: 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 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3