mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-08 23:04:35 +08: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
|