v4l2: fix build break using V4L2_CAP_VIDEO_M2M_MPLANE
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Mon, 13 Jan 2014 09:14:00 +0000 (09:14 +0000)
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Mon, 13 Jan 2014 09:14:00 +0000 (09:14 +0000)
commitb80e3a4690e88868439fe4d2a412369a2da20215
tree5f65cf0a842f7ff370ed49a88faae6a0c2e454d8
parent8eb4b032bef444397c4d211f2095c173ba114187
v4l2: fix build break using V4L2_CAP_VIDEO_M2M_MPLANE

This may not be defined. Since the previous version used
only the other define (V4L2_CAP_VIDEO_OUTPUT_MPLANE), fall
back on this only when not available.
sys/v4l2/v4l2_calls.c