summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/r600/vdpau
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2014-03-11 02:21:21 +0000
committerEmil Velikov <[email protected]>2014-03-31 12:26:16 +0100
commit2328900f66b4b1d682d79deeb4b66249991c4e89 (patch)
treed3c88aaebd18ae5daabe7eb5201dcd2ab7ec79a3 /src/gallium/targets/r600/vdpau
parent1ea1767f72906d833bf9070c2aa9e664885ed72d (diff)
gallium/targets: fold LLVM_LDFLAGS inside Automake.inc
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/targets/r600/vdpau')
-rw-r--r--src/gallium/targets/r600/vdpau/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/targets/r600/vdpau/Makefile.am b/src/gallium/targets/r600/vdpau/Makefile.am
index d71bcc52842..e1e9db4f848 100644
--- a/src/gallium/targets/r600/vdpau/Makefile.am
+++ b/src/gallium/targets/r600/vdpau/Makefile.am
@@ -49,7 +49,6 @@ libvdpau_r600_la_LINK = $(CXXLINK) $(libvdpau_r600_la_LDFLAGS)
nodist_EXTRA_libvdpau_r600_la_SOURCES = dummy-cpp.cpp
if HAVE_MESA_LLVM
-libvdpau_r600_la_LDFLAGS += $(LLVM_LDFLAGS)
libvdpau_r600_la_LIBADD += $(LLVM_LIBS)
endif