summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Balling Sørensen <tball@tball-laptop.(none)>2010-10-27 11:00:11 +0200
committerThomas Balling Sørensen <tball@tball-laptop.(none)>2010-10-27 11:00:11 +0200
commit990cb6296351a41a2e728f181c0dc096eaddaeb7 (patch)
treea3b86d1da98119a60d2eda9c83f3a1d2ee6267ec /configure.ac
parent17ea7d16bd3477361d32091f445beca625703f63 (diff)
downloadexternal_mesa3d-990cb6296351a41a2e728f181c0dc096eaddaeb7.zip
external_mesa3d-990cb6296351a41a2e728f181c0dc096eaddaeb7.tar.gz
external_mesa3d-990cb6296351a41a2e728f181c0dc096eaddaeb7.tar.bz2
vl: commited Orasanu Lucian's patch containing va stubs.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5edd935..eac293f 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