summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/radeonsi/vdpau
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2014-03-11 13:34:53 +0000
committerEmil Velikov <[email protected]>2014-03-31 12:26:32 +0100
commit2d9c33009a62b704e64b49b87ed1cee9c8dcb12b (patch)
tree35199f97b5f64e0082ba95438830bfef368db199 /src/gallium/targets/radeonsi/vdpau
parent2328900f66b4b1d682d79deeb4b66249991c4e89 (diff)
gallium/targets: move LLVM_LIBS handling inside Automake.inc
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/targets/radeonsi/vdpau')
-rw-r--r--src/gallium/targets/radeonsi/vdpau/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/targets/radeonsi/vdpau/Makefile.am b/src/gallium/targets/radeonsi/vdpau/Makefile.am
index 4457892a127..b8dcf8865df 100644
--- a/src/gallium/targets/radeonsi/vdpau/Makefile.am
+++ b/src/gallium/targets/radeonsi/vdpau/Makefile.am
@@ -46,8 +46,4 @@ libvdpau_radeonsi_la_LIBADD = \
$(GALLIUM_VDPAU_LIB_DEPS) \
$(RADEON_LIBS)
-if HAVE_MESA_LLVM
-libvdpau_radeonsi_la_LIBADD += $(LLVM_LIBS)
-endif
-
include $(top_srcdir)/install-gallium-links.mk