Move opts/
into util/opts/
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
#include "device/buffer.h"
|
||||
#include "device/buffer_list.h"
|
||||
#include "device/device.h"
|
||||
#include "opts/log.h"
|
||||
#include "util/opts/log.h"
|
||||
|
||||
int v4l2_buffer_open(buffer_t *buf)
|
||||
{
|
||||
|
@ -2,8 +2,8 @@
|
||||
#include "device/buffer.h"
|
||||
#include "device/buffer_list.h"
|
||||
#include "device/device.h"
|
||||
#include "opts/log.h"
|
||||
#include "opts/fourcc.h"
|
||||
#include "util/opts/log.h"
|
||||
#include "util/opts/fourcc.h"
|
||||
|
||||
int v4l2_buffer_list_open(buffer_list_t *buf_list)
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
#include "v4l2.h"
|
||||
#include "device/buffer_list.h"
|
||||
#include "device/device.h"
|
||||
#include "opts/log.h"
|
||||
#include "util/opts/log.h"
|
||||
|
||||
int v4l2_buffer_list_refresh_states(buffer_list_t *buf_list)
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "v4l2.h"
|
||||
#include "device/device.h"
|
||||
#include "opts/log.h"
|
||||
#include "util/opts/log.h"
|
||||
|
||||
int v4l2_device_open(device_t *dev)
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
#include "v4l2.h"
|
||||
|
||||
#include "device/device.h"
|
||||
#include "opts/log.h"
|
||||
#include "util/opts/log.h"
|
||||
|
||||
#include <unistd.h>
|
||||
#include <dirent.h>
|
||||
|
@ -1,7 +1,7 @@
|
||||
#include "v4l2.h"
|
||||
#include "device/device.h"
|
||||
#include "opts/log.h"
|
||||
#include "opts/control.h"
|
||||
#include "util/opts/log.h"
|
||||
#include "util/opts/control.h"
|
||||
|
||||
int v4l2_device_set_option_by_id(device_t *dev, const char *name, uint32_t id, int32_t value)
|
||||
{
|
||||
|
Reference in New Issue
Block a user