summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/Makefile.am
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2014-06-12 16:59:58 +0100
committerEmil Velikov <[email protected]>2014-06-22 23:06:07 +0100
commitdf71b39f5c5cef375ec1124e32b21cbb10acb0b2 (patch)
tree347ca0c16d544179d0b4317b57553f21a3bf0a36 /src/gallium/targets/Makefile.am
parentdc01ca44a796ab7cc5452913c495ba90ebb648b8 (diff)
targets/r600/xvmc: convert to static/shared pipe-drivers
The r600 equivalent of previous commit. v2: Correctly include the radeon winsys/radeon_common. Cc: Christian König <[email protected]> Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Christian König <[email protected]> Tested-by: Thomas Helland <thomashelland90 at gmail.com>
Diffstat (limited to 'src/gallium/targets/Makefile.am')
-rw-r--r--src/gallium/targets/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/targets/Makefile.am b/src/gallium/targets/Makefile.am
index 0fbf0d7a34f..e96224eaf35 100644
--- a/src/gallium/targets/Makefile.am
+++ b/src/gallium/targets/Makefile.am
@@ -85,10 +85,6 @@ if HAVE_DRI2
SUBDIRS += r600/dri
endif
-if HAVE_ST_XVMC
-SUBDIRS += r600/xvmc
-endif
-
if HAVE_ST_OMX
SUBDIRS += r600/omx
endif