diff options
author | Rob Clark <[email protected]> | 2013-06-05 16:16:27 -0400 |
---|---|---|
committer | Rob Clark <[email protected]> | 2013-07-25 13:59:55 -0400 |
commit | 890e27ef25d86c1ddff395559e1aabfeed33a135 (patch) | |
tree | 5cbd669d2e670ead3baa19217c41c377245f0737 /configure.ac | |
parent | 8b21a3825b132f0769cc3e2698c55d6f6af65e84 (diff) |
xa: bump major version
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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 21a1986b234..4eb9d18c4d5 100644 --- a/configure.ac +++ b/configure.ac @@ -1973,7 +1973,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") |