• 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évision85ca8a23f9da2fa554bba1ca9411d00fd2818989 (tree)
l'heure2016-03-15 16:04:39
AuteurXiang, Haihao <haihao.xiang@inte...>
CommiterXiang, Haihao

Message de Log

libva 1.7.0

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

Change Summary

Modification

--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
1-libva NEWS -- summary of user visible changes. 2016-03-xx
1+libva NEWS -- summary of user visible changes. 2016-03-15
22 Copyright (C) 2009-2015 Intel Corporation
33
4-Version 1.7.0 - DD.Mar.2016
4+Version 1.7.0 - 15.Mar.2016
55 * Bump VA API version to 0.39
66 * Add support for VP9 10bit decode API
77 * Allow libva to load the vaapi driver provided by Mesa Gallium for nouveau and radeon
--- a/configure.ac
+++ b/configure.ac
@@ -43,7 +43,7 @@ m4_define([va_api_version],
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)])
4545 m4_define([libva_micro_version], [0])
46-m4_define([libva_pre_version], [1])
46+m4_define([libva_pre_version], [0])
4747
4848 m4_define([libva_version],
4949 [libva_major_version.libva_minor_version.libva_micro_version])