mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
v4l2: fix compilation against newer kernel headers as on FC19
This commit is contained in:
parent
288e05c99d
commit
8e633d2059
1 changed files with 4 additions and 0 deletions
|
@ -291,8 +291,12 @@ gst_v4l2_fill_lists (GstV4l2Object * v4l2object)
|
|||
break;
|
||||
case V4L2_CID_HFLIP:
|
||||
case V4L2_CID_VFLIP:
|
||||
#ifndef V4L2_CID_PAN_RESET
|
||||
case V4L2_CID_HCENTER:
|
||||
#endif
|
||||
#ifndef V4L2_CID_TILT_RESET
|
||||
case V4L2_CID_VCENTER:
|
||||
#endif
|
||||
#ifdef V4L2_CID_PAN_RESET
|
||||
case V4L2_CID_PAN_RESET:
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue