diff options
author | Christian König <[email protected]> | 2010-10-23 17:47:30 +0200 |
---|---|---|
committer | Christian König <[email protected]> | 2010-10-23 17:47:30 +0200 |
commit | 4381580936f07e0c5eb0ad7c51d2ccf765000d08 (patch) | |
tree | c9a4fd23cf7c2cca3b0c7e13d5b7c4723d0b433c /configure.ac | |
parent | de4c2b91f4dd2408422bcbdbf3e9cf3897533e6d (diff) |
First xvmc-r600 implementation
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 dec8a2674b9..b9ece4e83e0 100644 --- a/configure.ac +++ b/configure.ac @@ -1570,7 +1570,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" + gallium_check_st "r600/drm" "dri-r600" "xvmc-r600" else AC_MSG_ERROR([libdrm_radeon is missing, cannot build gallium-r600]) fi |