Add vpu decoder and encoder for imx8qxp b0 board, decoder can support H265 H264 MPEG2 MPEG4 H263 etc encoder can support H264 Signed-off-by: nxa13443 <chaofan.huang@nxp.com>
13 lines
188 B
Makefile
13 lines
188 B
Makefile
##
|
|
## Makefile for the VPU and M0 driver
|
|
##
|
|
|
|
EXTRA_CFLAGS += $(DEFINES)
|
|
|
|
obj-y = vpu-encoder.o
|
|
vpu-encoder-objs = vpu_encoder_b0.o \
|
|
vpu_encoder_rpc.o
|
|
|
|
clean:
|
|
rm -rf $(vpu-encoder-objs)
|