diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-11-30 08:00:15 -0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-11-30 17:07:44 -0700 |
commit | 86e6808abbdf302c8e9518e9908ce333ea388351 (patch) | |
tree | df3cd8100515ca05b88d798bfe2b0d103fd240ab /Documentation/media/Makefile | |
parent | 394709da73bc10f0b2d91495ff2440bc0ede5652 (diff) | |
download | linux-stable-86e6808abbdf302c8e9518e9908ce333ea388351.tar.gz linux-stable-86e6808abbdf302c8e9518e9908ce333ea388351.tar.bz2 linux-stable-86e6808abbdf302c8e9518e9908ce333ea388351.zip |
docs-rst: replace the selection.png by a SVG image
bitmap images don't scale too well. So, replace it by a SVG
image, written in inkscape. I'm using the 2009's temporary
logo.svg image from 8032b526d1a3 ("linux.conf.au 2009: Tuz"),
with a Tasmanian Devil wearing a tux mask.
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 fff8e3b73e25..d97e969c3ac0 100644 --- a/Documentation/media/Makefile +++ b/Documentation/media/Makefile @@ -20,6 +20,7 @@ IMAGES = \ uapi/v4l/nv12mt.svg \ uapi/v4l/nv12mt_example.svg \ uapi/v4l/pipeline.svg \ + uapi/v4l/selection.svg \ uapi/v4l/subdev-image-processing-full.svg \ uapi/v4l/subdev-image-processing-scaling-multi-source.svg \ uapi/v4l/subdev-image-processing-crop.svg \ |