mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 04:37:03 +07:00
cd12b401ad
Split off the decode and encode functions into a separate source that can be reused elsewhere. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
5 lines
139 B
Makefile
5 lines
139 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
vicodec-objs := vicodec-core.o codec-fwht.o codec-v4l2-fwht.o
|
|
|
|
obj-$(CONFIG_VIDEO_VICODEC) += vicodec.o
|