Commit bc7c9059 authored by Austin Yuan's avatar Austin Yuan

Correct USE_EGL check and bump to libva 1.0.10

Signed-off-by: default avatarAustin Yuan <shengquan.yuan@gmail.com>
parent e789c6af
......@@ -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
......
#%define moduledir %(pkg-config xorg-server --variable=moduledir)
%define libversion 1.0.9
%define libversion 1.0.10
Name: libva
Version: %{libversion}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment