st/mesa: automake: honour the vdpau header install location
authorEmil Velikov <emil.velikov@collabora.com>
Sun, 16 Apr 2017 14:46:28 +0000 (15:46 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 19 Apr 2017 11:19:46 +0000 (12:19 +0100)
commit51c0c213b7fa53b249e9fcb9004a3ba1076fe773
tree2a525011fa67588c88f41b96fbdcda3faacd648b
parent309f4067a795219027f523bf0733692e48f2fd58
st/mesa: automake: honour the vdpau header install location

If VDPAU is installed in the non-default location, we'll fail to find
the headers and error at build time.

../../src/gallium/include/state_tracker/vdpau_dmabuf.h:37:25: fatal error: vdpau/vdpau.h: No such file or directory
 #include <vdpau/vdpau.h>
                         ^

Fixes: faba96bc60b ("st/vdpau: add new interop interface")
Cc: Christian König <christian.koenig@amd.com>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
src/mesa/Makefile.am