diff options
author | Javier Jardón <jjardon@gnome.org> | 2016-07-01 13:22:53 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2016-07-01 13:22:53 +0100 |
commit | bed340f5390127930f81649d721f73a9b12d32bd (patch) | |
tree | 60e9950696a476ea2b8e133436a3e0d51f7368e3 /strata/multimedia-gstreamer-0.10 | |
parent | 851afde6c243e50f6944b5e12422515d6e1ab6a4 (diff) | |
download | definitions-bed340f5390127930f81649d721f73a9b12d32bd.tar.gz |
strata/multimedia-gstreamer-0.10.morph: Fix compilation problem with v4l
Compilation error:
v4l2_calls.c:58:26: error: 'V4L2_CID_HCENTER_DEPRECATED' undeclared (first use in this function)
#define V4L2_CID_HCENTER V4L2_CID_HCENTER_DEPRECATED
^
v4l2_calls.c:297:12: note: in expansion of macro 'V4L2_CID_HCENTER'
case V4L2_CID_HCENTER:
^
v4l2_calls.c:58:26: note: each undeclared identifier is reported only once for each function it appears in
#define V4L2_CID_HCENTER V4L2_CID_HCENTER_DEPRECATED
^
v4l2_calls.c:297:12: note: in expansion of macro 'V4L2_CID_HCENTER'
case V4L2_CID_HCENTER:
^
v4l2_calls.c:61:26: error: 'V4L2_CID_VCENTER_DEPRECATED' undeclared (first use in this function)
#define V4L2_CID_VCENTER V4L2_CID_VCENTER_DEPRECATED
^
v4l2_calls.c:298:12: note: in expansion of macro 'V4L2_CID_VCENTER'
case V4L2_CID_VCENTER:
^
Change-Id: Ic3c7747624038c6921bce163cedc1a7d7e27fa6e
Diffstat (limited to 'strata/multimedia-gstreamer-0.10')
0 files changed, 0 insertions, 0 deletions