From 1ff11ecf7018188b5596b8aa876326dbbf2f2aa4 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Mon, 21 May 2018 14:39:40 +0300 Subject: v4l2: Import V4L2 support code from omap3-isp-live The omap3-isp-live project [1] includes generic V4L2 support code that implements the V4L2 API. Instead of reinventing the wheel, import the code and use it. The code has been modified to merge the V4L2 buffers pool implementation in the V4L2 support code as the abstraction wasn't right for the uvc-gadget project. Further refactoring will be performed separately. The original license hasn't been modified from the original LGPL-2.1+. The sole copyright owner is Laurent Pinchart. [1] git://git.ideasonboard.org/omap3-isp-live.git Signed-off-by: Laurent Pinchart --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 490e268..5a5e8f5 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ LDFLAGS := -g all: uvc-gadget -uvc-gadget: events.o uvc-gadget.o +uvc-gadget: events.o uvc-gadget.o v4l2.o $(CC) $(LDFLAGS) -o $@ $^ clean: -- cgit v1.2.3