diff options
author | Christian König <[email protected]> | 2011-03-18 21:44:47 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2011-03-19 00:06:47 +0100 |
commit | f36846c77ee196881c0da560229279fc7ed88170 (patch) | |
tree | 9e78e45e4c8b2352443b660a4acc1311cceea911 /configure.ac | |
parent | cbb3ad3d5aaeecfdd724ef0de120969031bb23fc (diff) |
vdpau: add vdpau-r600 target
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 d69fb7c4958..d0a67cc379c 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 |