diff options
author | Christian König <[email protected]> | 2011-05-29 12:30:58 +0200 |
---|---|---|
committer | Christian König <[email protected]> | 2011-05-29 13:53:17 +0200 |
commit | 0e886219193472be2203f2afccea84029f014dbd (patch) | |
tree | bf83e18637fa76b96303e7a034ede923f4f4a9a4 /configure.ac | |
parent | 311eb749a1ab7ffd417bc456345d63eba75e3fec (diff) |
Initial r300g support
Based uppon a patch from Pali Rohár <[email protected]>.
This seems to get at least YUV->RGB conversion working.
So a simple "mplayer -vo vdpau" now seems to work fine.
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 03f26847c19..371791220e6 100644 --- a/configure.ac +++ b/configure.ac @@ -1839,7 +1839,7 @@ if test "x$enable_gallium_r300" = xauto; then gallium_check_st "radeon/drm" "dri-r300" elif test "x$enable_gallium_r300" = xyes; then GALLIUM_DRIVERS_DIRS="$GALLIUM_DRIVERS_DIRS r300" - gallium_check_st "radeon/drm" "dri-r300" "xorg-radeon" + gallium_check_st "radeon/drm" "dri-r300" "xorg-radeon" "xvmc-r300" "vdpau-r300" "va-r300" fi dnl |