Commit f2ef4612 authored by Pierre Ynard's avatar Pierre Ynard

V4L2: build fix

parent 73687733
...@@ -80,7 +80,7 @@ static const vlc_v4l2_ctrl_name_t controls[] = ...@@ -80,7 +80,7 @@ static const vlc_v4l2_ctrl_name_t controls[] =
<= (V4L2_CID_VCENTER - V4L2_CID_BRIGHTNESS)) <= (V4L2_CID_VCENTER - V4L2_CID_BRIGHTNESS))
}; };
typedef struct vlc_v4l2_ctrl struct vlc_v4l2_ctrl
{ {
int fd; int fd;
uint32_t id; uint32_t id;
...@@ -88,7 +88,7 @@ typedef struct vlc_v4l2_ctrl ...@@ -88,7 +88,7 @@ typedef struct vlc_v4l2_ctrl
char name[32]; char name[32];
int32_t default_value; int32_t default_value;
struct vlc_v4l2_ctrl *next; struct vlc_v4l2_ctrl *next;
} vlc_v4l2_ctrl_t; };
static int ControlSet (const vlc_v4l2_ctrl_t *c, int_fast32_t value) static int ControlSet (const vlc_v4l2_ctrl_t *c, int_fast32_t value)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment