diff options
author | Marek Olšák <[email protected]> | 2011-07-18 23:20:53 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2011-07-18 23:41:45 +0200 |
commit | 8c47a5da9fd30ab44705cd1075fe7730da5aa0f9 (patch) | |
tree | 6ba62a04a4ced42f8b0248e564fc7f986f7be8a8 | |
parent | 348bdaa529c3eb60fcf03ed4531193bbf2e12491 (diff) |
xvmc-softpipe: remove LLVM_LIBS
this is added conditionally in Makefile.xmvc
Spotted by Chris Rankin.
-rw-r--r-- | src/gallium/targets/xvmc-softpipe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/xvmc-softpipe/Makefile b/src/gallium/targets/xvmc-softpipe/Makefile index ffc042900a7..5b60bede589 100644 --- a/src/gallium/targets/xvmc-softpipe/Makefile +++ b/src/gallium/targets/xvmc-softpipe/Makefile @@ -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 |