projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b21a38
)
xa: bump major version
author
Rob Clark
<robclark@freedesktop.org>
Wed, 5 Jun 2013 20:16:27 +0000
(16:16 -0400)
committer
Rob Clark
<robclark@freedesktop.org>
Thu, 25 Jul 2013 17:59:55 +0000
(13:59 -0400)
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
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 21a1986b23453273f5c6e062a397c7577dd41309..4eb9d18c4d58dcafc49b3acc22b3022e11ce3a21 100644
(file)
--- 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")