summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Yuan <shengquan.yuan@intel.com>2009-08-14 22:30:02 +0800
committerAustin Yuan <shengquan.yuan@intel.com>2009-08-14 22:30:02 +0800
commitcd115fe21c3493f831dcb653c62d38e577bb6943 (patch)
tree6ffb0f66f4b48fd6c47579826e06cd12cc40eb99
parent2162a793560a02651b3da00bb663f519742bc3fc (diff)
downloadlibva-test.tar.gz
Don't include VAAPI version to SONAMEtest
VAAPI version upgrade doesn't mean it will break binary compatibility Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 3927055..703bb97 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,9 +32,9 @@ m4_define([libva_version],
m4_define([libva_sds_version], [2])
# if the library source code has changed, increment revision
-m4_define([libva_lt_revision], [0])
+m4_define([libva_lt_revision], [1])
# if any interface was added/removed/changed, then inc current, reset revision
-m4_define([libva_lt_current], [1])
+m4_define([libva_lt_current], [0])
# if any interface was added since last public release, then increment age
# if any interface was removed since last public release, then set age to 0
m4_define([libva_lt_age], [0])
@@ -62,7 +62,7 @@ LIBVA_LT_CURRENT=libva_lt_current
LIBVA_LT_REV=libva_lt_revision
LIBVA_LT_AGE=libva_lt_age
LIBVA_LT_VERSION="$LIBVA_LT_CURRENT:$LIBVA_LT_REV:$LIBVA_LT_AGE"
-LIBVA_LT_LDFLAGS="-version-info $LIBVA_LT_VERSION -release $LIBVA_VERSION.$LIBVA_SDS_VERSION"
+LIBVA_LT_LDFLAGS="-version-info $LIBVA_LT_VERSION"
AC_SUBST(LIBVA_LT_VERSION)
AC_SUBST(LIBVA_LT_LDFLAGS)