diff options
author | Christian König <[email protected]> | 2012-07-13 11:23:10 +0200 |
---|---|---|
committer | Christian König <[email protected]> | 2012-08-02 15:15:23 +0200 |
commit | 41625afa2f7f30e5076c695ab3a16eabb5fe69f8 (patch) | |
tree | 9de6502725bc565b4d52af99c0dd58a3ea5eabee /configure.ac | |
parent | a3c6607be19af895ed6857c0a82b9b0821893dc6 (diff) |
radeonsi: initial VDPAU target
Windowed speed is of course way to slow, but fullscreen
works like a charm now.
Signed-off-by: Christian König <[email protected]>
Reviewed-by: Michel Dänzer <[email protected]>
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 f7fbf99a4c1..b6481a69fd7 100644 --- a/configure.ac +++ b/configure.ac @@ -2009,7 +2009,7 @@ if test "x$with_gallium_drivers" != x; then AC_MSG_ERROR([LLVM 3.1 is required to build the radeonsi driver.]) fi NEED_RADEON_GALLIUM=yes; - gallium_check_st "radeon/drm" "dri-radeonsi" "xorg-radeonsi" + gallium_check_st "radeon/drm" "dri-radeonsi" "xorg-radeonsi" "" "" "vdpau-radeonsi" "" ;; xnouveau) PKG_CHECK_MODULES([NOUVEAU], [libdrm_nouveau >= $LIBDRM_NOUVEAU_REQUIRED]) |