Re: [Libva] [PATCH intel-driver] shaders/gen9: fix build when no intel-gen4asm available

2016-07-20 Thread Zhao Yakui
On 07/21/2016 12:33 AM, U. Artie Eoff wrote: If intel-gen4asm version is< 1.9 or not installed then we shouldn't run the associated make rules. This fixes 'make dist' failure. This looks good to me. Add: Reviewed-by: Zhao Yakui Signed-off-by: U. Artie Eoff --- src/shaders/post_processi

[Libva] [PATCH intel-driver] shaders/gen9: fix build when no intel-gen4asm available

2016-07-20 Thread U. Artie Eoff
If intel-gen4asm version is < 1.9 or not installed then we shouldn't run the associated make rules. This fixes 'make dist' failure. Signed-off-by: U. Artie Eoff --- src/shaders/post_processing/gen9/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/shaders/post_processing/gen