diff options
author | Marek Olšák <[email protected]> | 2013-11-02 12:07:42 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2013-11-02 23:34:01 +0100 |
commit | 0e17c12fa7b2ceb6a7a77ed36604e0c3fd818db3 (patch) | |
tree | dbebcc23faa7bf275bcc81c6fc1bb0060c083df7 /configure.ac | |
parent | 5f7233c8ea7f5fd9893cf539d2e216b0bc3cffa8 (diff) |
gallium/targets: remove r300/vdpau
Reviewed-by: Christian König <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index a3bf6f6f9fb..ec0741d9f20 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/vdpau" + gallium_check_st "radeon/drm" "r300/dri" "" "" "" "" DRICOMMON_NEED_LIBDRM=yes ;; xr600) @@ -2045,7 +2045,6 @@ AC_CONFIG_FILES([Makefile src/gallium/targets/radeonsi/dri/Makefile src/gallium/targets/radeonsi/vdpau/Makefile src/gallium/targets/r300/dri/Makefile - src/gallium/targets/r300/vdpau/Makefile src/gallium/targets/r600/dri/Makefile src/gallium/targets/r600/vdpau/Makefile src/gallium/targets/r600/xvmc/Makefile |