summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/Makefile.va
Commit message (Collapse)AuthorAgeFilesLines
* build: Remove EXTRA_LIB_PATHMatt Turner2012-08-161-1/+1
| | | | You can add extra library paths to LDFLAGS directly.
* targets/{xvmc,vdpau,va}: remove all objects on make cleanMarcin Slusarz2012-04-011-1/+1
|
* vl: move winsys helper out of winsys directoryChristian König2012-03-281-1/+0
| | | | | | | | | They aren't winsys of their own, just help dealing with them. v2: add some more comments in vl_winsys.h Signed-off-by: Christian König <[email protected]>
* targets/va/vdpau/xvmc: don't rebuild target lib every timeMarcin Slusarz2011-10-171-1/+1
| | | | Dependency on target directory caused unnecessary relink. Remove them.
* gallium/targets: use c++ compiler for linkingMarcin Slusarz2011-10-171-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 requestedMarek Olšák2011-07-151-1/+8
| | | | Signed-off-by: Christian König <[email protected]>
* vl: enable target va-r600Thomas Balling Sørensen2010-10-281-0/+62