From 990cb6296351a41a2e728f181c0dc096eaddaeb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Balling=20S=C3=B8rensen?= Date: Wed, 27 Oct 2010 11:00:11 +0200 Subject: vl: commited Orasanu Lucian's patch containing va stubs. --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') 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 -- cgit v1.1