xvmc-softpipe: remove LLVM_LIBS
authorMarek Olšák <maraeo@gmail.com>
Mon, 18 Jul 2011 21:20:53 +0000 (23:20 +0200)
committerMarek Olšák <maraeo@gmail.com>
Mon, 18 Jul 2011 21:41:45 +0000 (23:41 +0200)
this is added conditionally in Makefile.xmvc

Spotted by Chris Rankin.

src/gallium/targets/xvmc-softpipe/Makefile

index ffc042900a76a17a667183db0679d4390cb2d5a8..5b60bede5890f59535d7848462deca71ea1d3d67 100644 (file)
@@ -14,7 +14,7 @@ PIPE_DRIVERS = \
 C_SOURCES = \
        $(TOP)/src/gallium/winsys/g3dvl/xlib/xsp_winsys.c
 
-DRIVER_LIBS = $(LLVM_LIBS)
+DRIVER_LIBS =
 
 include ../Makefile.xvmc