diff options
author | Thomas Balling Sørensen <tball@tball-laptop.(none)> | 2010-10-28 13:40:59 +0200 |
---|---|---|
committer | Thomas Balling Sørensen <tball@tball-laptop.(none)> | 2010-10-28 13:40:59 +0200 |
commit | a565f58edaad646942f2174e66ef1343f56ae679 (patch) | |
tree | cfbfb0e18f0e91af8201fe669c9963e5a6fd9727 /configure.ac | |
parent | 3fac09ad873b8a5239f84d07dc12e8b08a117561 (diff) |
vl: enable target va-r600
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index eac293f56aa..8544c5f0a91 100644 --- a/configure.ac +++ b/configure.ac @@ -1590,7 +1590,7 @@ AC_ARG_ENABLE([gallium-r600], if test "x$enable_gallium_r600" = xyes; then if test "x$HAVE_LIBDRM_RADEON" = xyes; then GALLIUM_DRIVERS_DIRS="$GALLIUM_DRIVERS_DIRS r600" - gallium_check_st "r600/drm" "dri-r600" "xvmc-r600" + gallium_check_st "r600/drm" "dri-r600" "xvmc-r600" "va-r600" else AC_MSG_ERROR([libdrm_radeon is missing, cannot build gallium-r600]) fi |