diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-30 16:34:49 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-30 16:34:49 -0300 |
commit | b0b50913254709734afb1bcc907788c1beb15e62 (patch) | |
tree | f779103900d7fdf683ff422b9baf507875813167 /v4l2-spec/Makefile | |
parent | 221de1811057eaf48622305801e647be600b12f5 (diff) | |
download | mediapointer-dvb-s2-b0b50913254709734afb1bcc907788c1beb15e62.tar.gz mediapointer-dvb-s2-b0b50913254709734afb1bcc907788c1beb15e62.tar.bz2 |
v4l2-spec: Add doc for bayer V4L2_PIX_FMT_SGRBG8
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Fixes a build error at documentation:
jade:/home/v4l/master/v4l2-spec/videodev2.h.sgml:329:23:X: reference to non-existent ID "V4L2-PIX-FMT-SGRBG8"
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'v4l2-spec/Makefile')
-rw-r--r-- | v4l2-spec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/v4l2-spec/Makefile b/v4l2-spec/Makefile index 7a19924d4..8f40e8614 100644 --- a/v4l2-spec/Makefile +++ b/v4l2-spec/Makefile @@ -41,6 +41,7 @@ SGMLS = \ pixfmt-sbggr16.sgml \ pixfmt-sbggr8.sgml \ pixfmt-sgbrg8.sgml \ + pixfmt-sgrbg8.sgml \ pixfmt-uyvy.sgml \ pixfmt-vyuy.sgml \ pixfmt-y16.sgml \ |