diff options
Diffstat (limited to 'src/gallium/targets/r600/vdpau/Makefile.am')
-rw-r--r-- | src/gallium/targets/r600/vdpau/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/targets/r600/vdpau/Makefile.am b/src/gallium/targets/r600/vdpau/Makefile.am index e1e9db4f848..1ff35e0d296 100644 --- a/src/gallium/targets/r600/vdpau/Makefile.am +++ b/src/gallium/targets/r600/vdpau/Makefile.am @@ -48,8 +48,4 @@ libvdpau_r600_la_LINK = $(CXXLINK) $(libvdpau_r600_la_LDFLAGS) # Mention a dummy pure C++ file to trigger generation of the $(LINK) variable nodist_EXTRA_libvdpau_r600_la_SOURCES = dummy-cpp.cpp -if HAVE_MESA_LLVM -libvdpau_r600_la_LIBADD += $(LLVM_LIBS) -endif - include $(top_srcdir)/install-gallium-links.mk |