• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

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

hardware/intel/libva


Commit MetaInfo

修訂65654a4003374c1eb6b0c2611d02634d67bd5c17 (tree)
時間2009-07-08 18:50:16
作者Austin Yuan <shengquan.yuan@inte...>
CommiterAustin Yuan

Log Message

put drivers into /usr/lib/dri by default

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

Change Summary

差異

--- a/configure.ac
+++ b/configure.ac
@@ -73,7 +73,7 @@ AC_ARG_ENABLE(i965-driver,
7373
7474 AC_ARG_WITH(drivers-path,
7575 [AC_HELP_STRING([--with-drivers-path=[[path]]], [drivers path])],,
76- [with_drivers_path="$libdir/va/drivers"])
76+ [with_drivers_path="$libdir/dri"])
7777
7878 LIBVA_DRIVERS_PATH="$with_drivers_path"
7979 AC_SUBST(LIBVA_DRIVERS_PATH)