[Mesa-dev] [PATCH mesa 7/8] xa: bump major version
Rob Clark
robdclark at gmail.com
Mon Jun 10 10:31:29 PDT 2013
From: Rob Clark <robclark at freedesktop.org>
Bump major version, as the change to require explicit
xa_context_flush(), the addition of the handle-type parameter to
xa_surface_handle(), and change of surface to ref/unref will require a
minor change in DDX.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 6832b0d..93ab5f5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1954,7 +1954,7 @@ AC_SUBST([VDPAU_MINOR], 0)
AC_SUBST([XVMC_MAJOR], 1)
AC_SUBST([XVMC_MINOR], 0)
-AC_SUBST([XA_MAJOR], 1)
+AC_SUBST([XA_MAJOR], 2)
AC_SUBST([XA_MINOR], 0)
AC_SUBST([XA_TINY], 0)
AC_SUBST([XA_VERSION], "$XA_MAJOR.$XA_MINOR.$XA_TINY")
--
1.8.1.4
More information about the mesa-dev
mailing list