X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=va%2Fva_egl.h;fp=va%2Fegl%2Fva_egl.h;h=d6acb7daf7893175e8f1294bb07c6c460d149cb0;hb=fc277b8f5eb92a94b4a9112eba591f87072786ce;hp=93781c133c1c3f1ed9e30d4cc4c6c021b9503141;hpb=4ba33717a4f3aafaec8ed6c21e85db2987d67276;p=android-x86%2Fhardware-intel-common-libva.git diff --git a/va/egl/va_egl.h b/va/va_egl.h similarity index 73% rename from va/egl/va_egl.h rename to va/va_egl.h index 93781c1..d6acb7d 100644 --- a/va/egl/va_egl.h +++ b/va/va_egl.h @@ -24,27 +24,6 @@ #ifndef _VA_EGL_H_ #define _VA_EGL_H_ -#include - -#ifdef __cplusplus -extern "C" { -#endif - -typedef void* EGLClientBuffer; - -/*This function is used to get EGLClientBuffer - * (lower 16bits is buffer index, upper 16bits - * is BC device id.) from surface id. Application - * should maintain EGLClientBuffer itself.*/ - -VAStatus vaGetEGLClientBufferFromSurface ( - VADisplay dpy, - VASurfaceID surface, - EGLClientBuffer *buffer /* out*/ -); - -#ifdef __cplusplus -} -#endif +#warning The APIs / data structures included in this file are deprecated #endif /* _VA_EGL_H_ */