• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

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

hardware/intel/libva


Commit MetaInfo

修订版fe252d93f5217b2fda90657a654cd04eb7735173 (tree)
时间2016-03-15 16:04:39
作者Xiang, Haihao <haihao.xiang@inte...>
CommiterXiang, Haihao

Log Message

Allow loading the backend driver built against VAAPI 0.38

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

更改概述

差异

--- a/va/va.c
+++ b/va/va.c
@@ -246,6 +246,7 @@ static VAStatus va_openDriver(VADisplay dpy, char *driver_name)
246246 int minor;
247247 } compatible_versions[] = {
248248 { VA_MAJOR_VERSION, VA_MINOR_VERSION },
249+ { 0, 38 },
249250 { 0, 37 },
250251 { 0, 36 },
251252 { 0, 35 },