summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2013-11-02 12:18:44 +0100
committerMarek Olšák <[email protected]>2013-11-02 23:34:01 +0100
commit7c2531847fba8c8eaac287936a20dc07612d4b59 (patch)
tree3840a2b303619aba77aef3406acd0889268cde80 /configure.ac
parent0e17c12fa7b2ceb6a7a77ed36604e0c3fd818db3 (diff)
gallium/targets: remove xvmc-softpipe
Reviewed-by: Christian König <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
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