diff options
Diffstat (limited to 'v4l2-spec/Makefile')
-rw-r--r-- | v4l2-spec/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/v4l2-spec/Makefile b/v4l2-spec/Makefile index d7fed7edd..9da6c6d61 100644 --- a/v4l2-spec/Makefile +++ b/v4l2-spec/Makefile @@ -87,6 +87,7 @@ SGMLS = \ vidioc-queryctrl.sgml \ vidioc-querystd.sgml \ vidioc-reqbufs.sgml \ + vidioc-s-hw-freq-seek.sgml \ vidioc-streamon.sgml \ PDFPICS = \ @@ -185,6 +186,7 @@ IOCTLS = \ VIDIOC_S_FBUF \ VIDIOC_S_FMT \ VIDIOC_S_FREQUENCY \ + VIDIOC_S_HW_FREQ_SEEK \ VIDIOC_S_INPUT \ VIDIOC_S_JPEGCOMP \ VIDIOC_S_MPEGCOMP \ @@ -240,6 +242,7 @@ STRUCTS = \ v4l2_frmsize_discrete \ v4l2_frmsize_stepwise \ v4l2_frmsizeenum \ + v4l2_hw_freq_seek \ v4l2_input \ v4l2_jpegcompression \ v4l2_modulator \ |