diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index ec0741d9f20..87fb1c3fb72 100644 --- a/configure.ac +++ b/configure.ac @@ -1831,9 +1831,6 @@ if test "x$with_gallium_drivers" != x; then if test "x$enable_vdpau" = xyes; then GALLIUM_TARGET_DIRS="$GALLIUM_TARGET_DIRS vdpau-softpipe" fi - if test "x$enable_xvmc" = xyes; then - GALLIUM_TARGET_DIRS="$GALLIUM_TARGET_DIRS xvmc-softpipe" - fi if test "x$enable_vdpau" = xyes -o "x$enable_xvmc" = xyes; then NEED_WINSYS_XLIB=yes GALLIUM_WINSYS_DIRS="$GALLIUM_WINSYS_DIRS sw/xlib" @@ -2056,7 +2053,6 @@ AC_CONFIG_FILES([Makefile src/gallium/targets/xorg-i915/Makefile src/gallium/targets/xorg-nouveau/Makefile src/gallium/targets/xvmc-nouveau/Makefile - src/gallium/targets/xvmc-softpipe/Makefile src/gallium/tests/trivial/Makefile src/gallium/tests/unit/Makefile src/gallium/winsys/Makefile |