diff options
author | Paul Elder <paul.elder@ideasonboard.com> | 2022-11-22 15:41:49 +0000 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2022-11-22 16:05:21 +0000 |
commit | bb83c7135540d3391f4d0b46911c8aedbcd84313 (patch) | |
tree | 0bf9eea3bc8a455ffd4d9a46cdb602a2da066af6 /lib/meson.build | |
parent | d2b0811d8bd4385397bf092fc42c319313baf8b2 (diff) |
jpg-source: add jpg source class
The jpg_source class is an implementation of the video_source class that
streams a still jpg image as video.
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>
Signed-off-by: Daniel Scally <dan.scally@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'lib/meson.build')
-rw-r--r-- | lib/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/meson.build b/lib/meson.build index 2d9ad10..f6991d5 100644 --- a/lib/meson.build +++ b/lib/meson.build @@ -3,6 +3,7 @@ libuvcgadget_sources = files([ 'configfs.c', 'events.c', + 'jpg-source.c', 'stream.c', 'test-source.c', 'uvc.c', |