Lines Matching refs:API
23 # VA-API version
37 # XXX: we want the package version to remain at 1.0.x for VA-API 0.32.y
39 # - major version is automatically generated from VA-API major version
40 # - minor version is automatically generated from VA-API minor version
42 # - reset micro version to zero when VA-API major or minor version is changed
55 # XXX: we want the SONAME to remain at libva.so.1 for VA-API major == 0
58 # <x> = VA-API major version + 1
59 # <y> = 100 * VA-API minor version + VA-API micro version
62 # VA-API 0.32.0 generates libva.so.1.3200.0
63 # VA-API 0.34.1 generates libva.so.1.3401.0
64 # VA-API 1.2.13 generates libva.so.2.213.0
124 [build with VA/DRM API support @<:@default=yes@:>@])],
129 [build with VA/X11 API support @<:@default=yes@:>@])],
134 [build with VA/GLX API support @<:@default=yes@:>@])],
139 [build with VA/EGL API support @<:@default=yes@:>@])],
144 [build with VA/Wayland API support @<:@default=yes@:>@])],
205 AC_DEFINE([HAVE_VA_DRM], [1], [Defined to 1 if VA/DRM API is built])
217 AC_DEFINE([HAVE_VA_X11], [1], [Defined to 1 if VA/X11 API is built])
235 AC_DEFINE([HAVE_VA_GLX], [1], [Defined to 1 if VA/GLX API is built])
253 AC_DEFINE([HAVE_VA_EGL], [1], [Defined to 1 if VA/EGL API is built])
268 [Defined to 1 if VA/Wayland API is built])
328 echo "libva - ${LIBVA_VERSION} (VA-API ${VA_API_VERSION})"