]> granicus.if.org Git - strace/commit
v4l2: do not mpersify struct v4l2_create unless it is used by other code
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 19 Jan 2018 17:50:09 +0000 (17:50 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 19 Jan 2018 17:50:09 +0000 (17:50 +0000)
commit457ad95b7f05bcfc88333bf3625af34a59d3526b
tree230cc2a000205b5a152516721231fa4e043fad53
parente05a4be54b58109f2f5754e81a242408ccf0ee72
v4l2: do not mpersify struct v4l2_create unless it is used by other code

This fixes build with mpers support on older systems that lack
definition of struct v4l2_create.

* v4l2.c: Wrap references to struct v4l2_create with
[VIDIOC_CREATE_BUFS].
v4l2.c