diff options
author | Austin Yuan <shengquan.yuan@gmail.com> | 2010-03-08 13:36:15 +0800 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@gmail.com> | 2010-03-08 13:36:15 +0800 |
commit | e1d4f62e335b623483dc518dc625f74df24ee638 (patch) | |
tree | f46a2d73258b53e4f71d6e9db1f33fca47672038 /i965_drv_video.h | |
parent | eab67932b550d67abacafa65e5b797b9e7359402 (diff) | |
download | libva-intel-driver-e1d4f62e335b623483dc518dc625f74df24ee638.tar.gz libva-intel-driver-e1d4f62e335b623483dc518dc625f74df24ee638.tar.bz2 libva-intel-driver-e1d4f62e335b623483dc518dc625f74df24ee638.zip |
Remove IN_LIBVA defines, Thanks for the patch from Gwenole
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
Diffstat (limited to 'i965_drv_video.h')
-rw-r--r-- | i965_drv_video.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/i965_drv_video.h b/i965_drv_video.h index c95c799..fa09869 100644 --- a/i965_drv_video.h +++ b/i965_drv_video.h @@ -30,7 +30,9 @@ #ifndef _I965_DRV_VIDEO_H_ #define _I965_DRV_VIDEO_H_ -#include "va.h" +#include <va/va.h> +#include <va/va_backend.h> + #include "object_heap.h" #include "intel_driver.h" |