diff options
author | Thomas Balling Sørensen <tball@tball-laptop.(none)> | 2010-10-27 11:00:11 +0200 |
---|---|---|
committer | Thomas Balling Sørensen <tball@tball-laptop.(none)> | 2010-10-27 11:00:11 +0200 |
commit | 990cb6296351a41a2e728f181c0dc096eaddaeb7 (patch) | |
tree | a3b86d1da98119a60d2eda9c83f3a1d2ee6267ec /configure.ac | |
parent | 17ea7d16bd3477361d32091f445beca625703f63 (diff) |
vl: commited Orasanu Lucian's patch containing va stubs.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 5edd935920d..eac293f56aa 100644 --- a/configure.ac +++ b/configure.ac @@ -1623,6 +1623,9 @@ if test "x$enable_gallium_g3dvl" = xyes; then if test "x$HAVE_ST_VDPAU" = xyes; then GALLIUM_TARGET_DIRS="$GALLIUM_TARGET_DIRS vdpau-softpipe" fi + if test "x$HAVE_ST_XVMC" = xyes; then + GALLIUM_TARGET_DIRS="$GALLIUM_TARGET_DIRS xvmc-softpipe" + fi if test "x$HAVE_ST_VA" = xyes; then GALLIUM_TARGET_DIRS="$GALLIUM_TARGET_DIRS va-softpipe" fi |