• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

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

hardware/intel/libva


Commit MetaInfo

Révision2339d10b9a39ba4f7173053b9eab8d6a151717a5 (tree)
l'heure2016-03-17 10:07:03
AuteurXiang, Haihao <haihao.xiang@inte...>
CommiterXiang, Haihao

Message de Log

libva 1.7.1.pre1 for development

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>

Change Summary

Modification

--- a/configure.ac
+++ b/configure.ac
@@ -42,8 +42,8 @@ m4_define([va_api_version],
4242 # - reset micro version to zero when VA-API major or minor version is changed
4343 m4_define([libva_major_version], [m4_eval(va_api_major_version + 1)])
4444 m4_define([libva_minor_version], [m4_eval(va_api_minor_version - 32)])
45-m4_define([libva_micro_version], [0])
46-m4_define([libva_pre_version], [0])
45+m4_define([libva_micro_version], [1])
46+m4_define([libva_pre_version], [1])
4747
4848 m4_define([libva_version],
4949 [libva_major_version.libva_minor_version.libva_micro_version])