diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-11-30 08:00:16 -0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-11-30 17:07:48 -0700 |
commit | ffbdad94d07f89391563d59f1789deb6c9ab4876 (patch) | |
tree | c39a239e4f19977c97346c28232bd44c8b8c8983 /Documentation/media/Makefile | |
parent | 86e6808abbdf302c8e9518e9908ce333ea388351 (diff) | |
download | linux-ffbdad94d07f89391563d59f1789deb6c9ab4876.tar.bz2 |
docs-rst: replace bayer.png by a SVG image
SVG images are scalable, with makes easier to output on
different formats.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/media/Makefile')
-rw-r--r-- | Documentation/media/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/media/Makefile b/Documentation/media/Makefile index d97e969c3ac0..998e8dd49352 100644 --- a/Documentation/media/Makefile +++ b/Documentation/media/Makefile @@ -13,6 +13,7 @@ TARGETS := $(addprefix $(BUILDDIR)/, $(FILES)) IMAGES = \ typical_media_device.svg \ uapi/dvb/dvbstb.svg \ + uapi/v4l/bayer.svg \ uapi/v4l/constraints.svg \ uapi/v4l/crop.svg \ uapi/v4l/fieldseq_bt.svg \ |