Skip to content

Commit 2b0ec90

Browse files
cazouHans Verkuil
authored andcommitted
media: rkvdec: Move cabac tables to their own source file
This is in preparation to add support for new variants that will use the same tables. Tested-by: Diederik de Haas <didi.debian@cknow.org> # Rock 5B Reviewed-by: Nicolas Dufresne <nicolas.dufresne@collabora.com> Signed-off-by: Detlev Casanova <detlev.casanova@collabora.com> Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.com> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
1 parent dc68989 commit 2b0ec90

5 files changed

Lines changed: 531 additions & 507 deletions

File tree

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
obj-$(CONFIG_VIDEO_ROCKCHIP_VDEC) += rockchip-vdec.o
22

3-
rockchip-vdec-y += rkvdec.o rkvdec-h264.o rkvdec-hevc.o rkvdec-vp9.o
3+
rockchip-vdec-y += \
4+
rkvdec.o \
5+
rkvdec-cabac.o \
6+
rkvdec-h264.o \
7+
rkvdec-hevc.o \
8+
rkvdec-vp9.o

0 commit comments

Comments
 (0)