mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 20:55:22 +07:00
8a8621ba01
The MPEG-2 decoder firmware reports profile and level indication that can be used to set V4L2 MPEG-2 profile and level controls Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
7 lines
219 B
Makefile
7 lines
219 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
coda-objs := coda-common.o coda-bit.o coda-gdi.o coda-h264.o coda-mpeg2.o coda-mpeg4.o coda-jpeg.o
|
|
|
|
obj-$(CONFIG_VIDEO_CODA) += coda.o
|
|
obj-$(CONFIG_VIDEO_IMX_VDOA) += imx-vdoa.o
|