summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian König <deathsimple@vodafone.de>2011-03-18 21:44:47 +0100
committerChristian König <deathsimple@vodafone.de>2011-03-19 00:06:47 +0100
commitf36846c77ee196881c0da560229279fc7ed88170 (patch)
tree9e78e45e4c8b2352443b660a4acc1311cceea911 /configure.ac
parentcbb3ad3d5aaeecfdd724ef0de120969031bb23fc (diff)
downloadexternal_mesa3d-f36846c77ee196881c0da560229279fc7ed88170.zip
external_mesa3d-f36846c77ee196881c0da560229279fc7ed88170.tar.gz
external_mesa3d-f36846c77ee196881c0da560229279fc7ed88170.tar.bz2
vdpau: add vdpau-r600 target
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d69fb7c..d0a67cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1788,7 +1788,7 @@ AC_ARG_ENABLE([gallium-r600],
[enable_gallium_r600=auto])
if test "x$enable_gallium_r600" = 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" "vdpau-r600"
fi
dnl