From 7209d28123644876d9621941c7e706130b76ae56 Mon Sep 17 00:00:00 2001 From: Zhao Yakui Date: Wed, 23 Nov 2016 20:04:11 -0500 Subject: Rewrite Media_kernel to optimize the YUV420 8Bit-scaling on Gen9+ V1->V2: Add the support of clearing background color for NV12 The following conversion is supported: NV12->NV12 NV12->I420 I420->NV12 I420->I420 Signed-off-by: Zhao Yakui Reviewed-by: Xiang, Haihao --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index c262820a..424812b3 100755 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -101,6 +101,7 @@ source_c = \ gen9_vp9_encoder_kernels.c \ gen9_vp9_const_def.c \ gen9_vp9_encoder.c \ + intel_common_vpp_internal.c \ $(NULL) source_h = \ -- cgit v1.2.1