summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Yuan <shengquan.yuan@gmail.com>2011-02-09 16:18:17 +0800
committerAustin Yuan <shengquan.yuan@gmail.com>2011-02-09 16:18:17 +0800
commitbc7c9059a750a086c2a95f3614d7261e4670afd3 (patch)
tree1db19a8f2daa8dd0dc19e19768d17d7c9cb55299
parente789c6afcb701f137f5c11c1dc5b9648317143ea (diff)
downloadlibva-bc7c9059a750a086c2a95f3614d7261e4670afd3.tar.gz
Correct USE_EGL check and bump to libva 1.0.10libva-1.0.10
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
-rw-r--r--configure.ac4
-rw-r--r--libva.spec2
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 1f9466e..7dc68ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@ m4_define([libva_version],
[libva_major_version.libva_minor_version.libva_micro_version])
# if the library source code has changed, increment revision
-m4_define([libva_lt_revision], [9])
+m4_define([libva_lt_revision], [10])
# if any interface was added/removed/changed, then inc current, reset revision
m4_define([libva_lt_current], [1])
# if any interface was added since last public release, then increment age
@@ -134,10 +134,10 @@ fi
AC_SUBST(GL_DEPS_CFLAGS)
AC_SUBST(GL_DEPS_LIBS)
AM_CONDITIONAL(USE_GLX, test "$USE_GLX" = "yes")
-AM_CONDITIONAL(USE_EGL, test "$USE_EGL" = "yes")
# TBD: Check for EGL
USE_EGL="yes"
+AM_CONDITIONAL(USE_EGL, test "$USE_EGL" = "yes")
# Make sure drivers use the correctly versioned __vaDriverInit*() function name
diff --git a/libva.spec b/libva.spec
index 7f83c3c..0cda546 100644
--- a/libva.spec
+++ b/libva.spec
@@ -1,5 +1,5 @@
#%define moduledir %(pkg-config xorg-server --variable=moduledir)
-%define libversion 1.0.9
+%define libversion 1.0.10
Name: libva
Version: %{libversion}