From 2bb0cfbf8137e02cc32aae3b36f85ef7300e8936 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sat, 9 Jun 2018 14:29:41 +0300 Subject: Split UVC gadget into a library and test application Split the project into a UVC gadget library and a test application. To avoid rolling out a custom build system, switch to CMake. Signed-off-by: Laurent Pinchart --- v4l2-source.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 v4l2-source.h (limited to 'v4l2-source.h') diff --git a/v4l2-source.h b/v4l2-source.h deleted file mode 100644 index 53e28d6..0000000 --- a/v4l2-source.h +++ /dev/null @@ -1,20 +0,0 @@ -/* SPDX-License-Identifier: LGPL-2.1-or-later */ -/* - * V4L2 video source - * - * Copyright (C) 2018 Laurent Pinchart - * - * Contact: Laurent Pinchart - */ -#ifndef __V4L2_VIDEO_SOURCE_H__ -#define __V4L2_VIDEO_SOURCE_H__ - -#include "video-source.h" - -struct events; -struct video_source; - -struct video_source *v4l2_video_source_create(const char *devname); -void v4l2_video_source_init(struct video_source *src, struct events *events); - -#endif /* __VIDEO_SOURCE_H__ */ -- cgit v1.2.3