diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-11-30 13:00:11 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-12-01 03:01:33 +0300 |
commit | 76cf11aa1590f51c49956f088585b2f97d531147 (patch) | |
tree | 44181b465792e2fbcffbe40e8fc58cecd5f4f34d /Documentation/media/Makefile | |
parent | d6ba7a9c8b5a6a42e8f7a7efd8345122611b535c (diff) | |
download | linux-76cf11aa1590f51c49956f088585b2f97d531147.tar.xz |
convert more media images to SVG
Using vectorial graphics provide a better visual. As those images
are originally using a vectorial graphics input at the pdf files,
use them, from an old media tree repository, converting them to SVG.
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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/media/Makefile b/Documentation/media/Makefile index c22a30b07821..d79afe4d27e9 100644 --- a/Documentation/media/Makefile +++ b/Documentation/media/Makefile @@ -14,9 +14,16 @@ IMAGES = \ typical_media_device.svg \ uapi/dvb/dvbstb.svg \ uapi/v4l/constraints.svg \ + uapi/v4l/crop.svg \ + uapi/v4l/fieldseq_bt.svg \ + uapi/v4l/fieldseq_tb.svg \ uapi/v4l/subdev-image-processing-full.svg \ uapi/v4l/subdev-image-processing-scaling-multi-source.svg \ uapi/v4l/subdev-image-processing-crop.svg \ + uapi/v4l/vbi_525.svg \ + uapi/v4l/vbi_625.svg \ + uapi/v4l/vbi_hsync.svg \ + IMGTGT := $(patsubst %.png,%.pdf,$(patsubst %.svg,%.pdf,$(IMAGES))) IMGPDF := $(patsubst %,$(SRC_DIR)/%,$(IMGTGT)) |