summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2017-06-12 15:48:20 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2017-06-12 16:10:55 +0800
commitf1382d9a8bf60b87478ae154ffbc4f85eadfd149 (patch)
treeaeeef52841f5e5bd2996e15562c031603faeeaf6
parent030e5c2939e685d03a8d284c67199ea65a6fef90 (diff)
downloadlibva-intel-driver-f1382d9a8bf60b87478ae154ffbc4f85eadfd149.tar.gz
Add gen9_hevc_enc_kernels.h to the corresponding list
Otherwise the package created by 'make dist' doesn't include the missing file, which will break the build Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> (cherry picked from commit 69bc6959e848426d3170ea67819a6f9a5aaa9246)
-rw-r--r--src/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.sources b/src/Makefile.sources
index cc0c2e22..6eab78cc 100644
--- a/src/Makefile.sources
+++ b/src/Makefile.sources
@@ -129,6 +129,7 @@ source_h = \
i965_avc_encoder_common.h \
gen9_hevc_enc_const_def.h \
gen9_hevc_enc_kernels.h \
+ gen9_hevc_enc_kernels_binary.h \
gen9_hevc_enc_utils.h \
gen9_hevc_encoder.h \
$(NULL)