libcamera/base: Move utils to the base library

Move the utils functionality to the libcamera/base library.

Reviewed-by: Hirokazu Honda <hiroh@chromium.org>
Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Kieran Bingham 2021-06-15 15:40:45 +01:00
parent 86eaa6c5e1
commit cbdc93e9d1
53 changed files with 94 additions and 58 deletions

View file

@ -9,9 +9,10 @@
#include <iostream>
#include <thread>
#include <libcamera/base/utils.h>
#include "libcamera/internal/message.h"
#include "libcamera/internal/thread.h"
#include "libcamera/internal/utils.h"
#include "test.h"