hardware/intel/libva
修訂 | 65654a4003374c1eb6b0c2611d02634d67bd5c17 (tree) |
---|---|
時間 | 2009-07-08 18:50:16 |
作者 | Austin Yuan <shengquan.yuan@inte...> |
Commiter | Austin Yuan |
put drivers into /usr/lib/dri by default
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
@@ -73,7 +73,7 @@ AC_ARG_ENABLE(i965-driver, | ||
73 | 73 | |
74 | 74 | AC_ARG_WITH(drivers-path, |
75 | 75 | [AC_HELP_STRING([--with-drivers-path=[[path]]], [drivers path])],, |
76 | - [with_drivers_path="$libdir/va/drivers"]) | |
76 | + [with_drivers_path="$libdir/dri"]) | |
77 | 77 | |
78 | 78 | LIBVA_DRIVERS_PATH="$with_drivers_path" |
79 | 79 | AC_SUBST(LIBVA_DRIVERS_PATH) |