On 01/24/2017 12:36 PM, Pengfei Qu wrote:
v1:move kernal array into the header file
v2:add file into Makefile.am

Reviewed-by: Sean V Kelley<sea...@posteo.de>
Signed-off-by: Pengfei Qu<pengfei...@intel.com>

It seems that it fails to apply this patch and the following error is complained.
    >error: patch failed: src/Makefile.am:161
error: src/Makefile.am: patch does not apply

Maybe the patch is not generated correctly.

---
  src/Makefile.am                |     1 +
  src/gen9_avc_encoder_kernels.h | 12078 +++++++++++++++++++++++++++++++++++++++
  2 files changed, 12079 insertions(+)
  create mode 100644 src/gen9_avc_encoder_kernels.h

diff --git a/src/Makefile.am b/src/Makefile.am
index 38e8560..f90f8ac 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -161,6 +161,7 @@ source_h = \
          i965_encoder_common.h        \
          i965_encoder_api.h        \
          gen9_avc_const_def.h      \
+        gen9_avc_encoder_kernels.h      \
        $(NULL)


_______________________________________________
Libva mailing list
Libva@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libva

Reply via email to