From 5f7233c8ea7f5fd9893cf539d2e216b0bc3cffa8 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Sat, 2 Nov 2013 12:03:42 +0100 Subject: gallium/targets: remove r300/xvmc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Christian König --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 441f38300dd..a3bf6f6f9fb 100644 --- a/configure.ac +++ b/configure.ac @@ -1771,7 +1771,7 @@ if test "x$with_gallium_drivers" != x; then PKG_CHECK_MODULES([RADEON], [libdrm_radeon >= $LIBDRM_RADEON_REQUIRED]) gallium_require_llvm "Gallium R300" GALLIUM_DRIVERS_DIRS="$GALLIUM_DRIVERS_DIRS r300" - gallium_check_st "radeon/drm" "r300/dri" "" "" "r300/xvmc" "r300/vdpau" + gallium_check_st "radeon/drm" "r300/dri" "" "" "" "r300/vdpau" DRICOMMON_NEED_LIBDRM=yes ;; xr600) @@ -2046,7 +2046,6 @@ AC_CONFIG_FILES([Makefile src/gallium/targets/radeonsi/vdpau/Makefile src/gallium/targets/r300/dri/Makefile src/gallium/targets/r300/vdpau/Makefile - src/gallium/targets/r300/xvmc/Makefile src/gallium/targets/r600/dri/Makefile src/gallium/targets/r600/vdpau/Makefile src/gallium/targets/r600/xvmc/Makefile -- cgit v1.2.3