Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | targets/va/vdpau/xvmc: don't rebuild target lib every time | Marcin Slusarz | 2011-10-17 | 1 | -1/+1 |
| | | | | Dependency on target directory caused unnecessary relink. Remove them. | ||||
* | gallium/targets: use c++ compiler for linking | Marcin Slusarz | 2011-10-17 | 1 | -2/+7 |
| | | | | | | | | | As pointed out by Michel Dänzer, gcc -lstdc++ doesn't work on all systems, because it may require other libraries which are only pulled in implicitly by g++. And libstdc++ is available only with GNU compiler. Use c++ compiler for linking and remove redundant LDFLAGS += -lstdc++ all over the tree. | ||||
* | gallium/targets: link vdpau, va, and xvmc with LLVM libs when requested | Marek Olšák | 2011-07-15 | 1 | -1/+8 |
| | | | | Signed-off-by: Christian König <[email protected]> | ||||
* | vl: enable target va-r600 | Thomas Balling Sørensen | 2010-10-28 | 1 | -0/+62 |