diff options
author | Thomas Hellstrom <[email protected]> | 2012-09-20 11:41:23 +0200 |
---|---|---|
committer | Thomas Hellstrom <[email protected]> | 2013-12-17 09:01:29 +0100 |
commit | 3e2b0f801d7c8d80f6c0d9da3813d7ed8b84e3dd (patch) | |
tree | de9926617e5b6c2a79a1a038fa726c3ff76160bb /configure.ac | |
parent | 56d920a5c1b64868e77a97604c01d3a63916a6ca (diff) |
st/xa: Add new map flags
Replicate some of the gallium pipe transfer functionality.
Also bump minor to signal availability of this feature.
Signed-off-by: Thomas Hellstrom <[email protected]>
Reviewed-by: Jakob Bornecrantz <[email protected]>
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 c14d39a285a..64816271e1f 100644 --- a/configure.ac +++ b/configure.ac @@ -1943,7 +1943,7 @@ AC_SUBST([XVMC_MAJOR], 1) AC_SUBST([XVMC_MINOR], 0) AC_SUBST([XA_MAJOR], 2) -AC_SUBST([XA_MINOR], 0) +AC_SUBST([XA_MINOR], 1) AC_SUBST([XA_TINY], 0) AC_SUBST([XA_VERSION], "$XA_MAJOR.$XA_MINOR.$XA_TINY") |