Partially revert "st/xa: Fix advertized version number and try to avoid future discrepancies"
This reverts commit61bedc3d6b. As the header is the one defining the API/ABI and is distributed during installation, we should be using it rather than re-defining the XA version in configure.ac. Bump the version in the header to 2.2.0, to reflect what was the original intent of commit42158926c6. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
This commit is contained in:
+3
-3
@@ -36,9 +36,9 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define XA_TRACKER_VERSION_MAJOR @XA_MAJOR@
|
||||
#define XA_TRACKER_VERSION_MINOR @XA_MINOR@
|
||||
#define XA_TRACKER_VERSION_PATCH @XA_TINY@
|
||||
#define XA_TRACKER_VERSION_MAJOR 2
|
||||
#define XA_TRACKER_VERSION_MINOR 2
|
||||
#define XA_TRACKER_VERSION_PATCH 0
|
||||
|
||||
#define XA_FLAG_SHARED (1 << 0)
|
||||
#define XA_FLAG_RENDER_TARGET (1 << 1)
|
||||
Reference in New Issue
Block a user