OSDN Git Service

include va_egl.h instead of va.h
authorXiang, Haihao <haihao.xiang@intel.com>
Thu, 19 Jan 2012 05:27:48 +0000 (13:27 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Thu, 19 Jan 2012 05:27:48 +0000 (13:27 +0800)
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
va/egl/va_backend_egl.h

index 7307b2e..bd0538c 100644 (file)
@@ -25,7 +25,7 @@
 #ifndef VA_BACKEND_EGL_H
 #define VA_BACKEND_EGL_H
 
-#include <va/va.h>
+#include <va/va_egl.h>
 #include <va/va_backend.h>
 
 struct VADriverVTableEGL {