• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

hardware/intel/common/libva


Commit MetaInfo

Revisióncac45b0c190b73d05189457e2838dcd215858306 (tree)
Tiempo2009-08-27 17:54:29
AutorAustin Yuan <shengquan.yuan@inte...>
CommiterAustin Yuan

Log Message

Update VAAPI to 0.31, libva.so SONAME to libva.so.1

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>

Cambiar Resumen

Diferencia incremental

--- a/configure.ac
+++ b/configure.ac
@@ -22,8 +22,8 @@
2222
2323 # libva package version number, (as distinct from shared library version)
2424 m4_define([libva_major_version], [0])
25-m4_define([libva_minor_version], [30])
26-m4_define([libva_micro_version], [4])
25+m4_define([libva_minor_version], [31])
26+m4_define([libva_micro_version], [0])
2727
2828 m4_define([libva_version],
2929 [libva_major_version.libva_minor_version.libva_micro_version])
@@ -32,9 +32,9 @@ m4_define([libva_version],
3232 m4_define([libva_sds_version], [2])
3333
3434 # if the library source code has changed, increment revision
35-m4_define([libva_lt_revision], [1])
35+m4_define([libva_lt_revision], [0])
3636 # if any interface was added/removed/changed, then inc current, reset revision
37-m4_define([libva_lt_current], [0])
37+m4_define([libva_lt_current], [1])
3838 # if any interface was added since last public release, then increment age
3939 # if any interface was removed since last public release, then set age to 0
4040 m4_define([libva_lt_age], [0])