From 7dc71fd6fef7a242d108d5c8cb7683aa9fd4511f Mon Sep 17 00:00:00 2001 From: Paul Elder Date: Tue, 22 Nov 2022 10:54:55 +0000 Subject: test-source: add test source class The test_source class is an implementation of the video_source class that generates a test pattern in userspace to provide video. We have some operations which are implemented as no-ops. To quiet the compiler warnings this causes, flag their arguments as unused. Reviewed-by: Kieran Bingham Signed-off-by: Paul Elder Signed-off-by: Daniel Scally Signed-off-by: Kieran Bingham --- lib/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/meson.build') diff --git a/lib/meson.build b/lib/meson.build index 7db7519..2d9ad10 100644 --- a/lib/meson.build +++ b/lib/meson.build @@ -4,6 +4,7 @@ libuvcgadget_sources = files([ 'configfs.c', 'events.c', 'stream.c', + 'test-source.c', 'uvc.c', 'v4l2.c', 'v4l2-source.c', -- cgit v1.2.3