Move opts/
into util/opts/
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
#include <linux/media.h>
|
||||
|
||||
#include "opts/log.h"
|
||||
#include "util/opts/log.h"
|
||||
|
||||
// This is special code to force `libcamera` to think that given sensor is different
|
||||
// ex.: fake `arducam_64mp` to be run as `imx519`
|
||||
|
@@ -10,9 +10,9 @@ extern "C" {
|
||||
#include "device/device.h"
|
||||
#include "device/buffer_list.h"
|
||||
#include "device/buffer.h"
|
||||
#include "opts/log.h"
|
||||
#include "opts/fourcc.h"
|
||||
#include "opts/control.h"
|
||||
#include "util/opts/log.h"
|
||||
#include "util/opts/fourcc.h"
|
||||
#include "util/opts/control.h"
|
||||
};
|
||||
|
||||
#ifdef USE_LIBCAMERA
|
||||
|
Reference in New Issue
Block a user