targets/xvmc-nouveau: convert to static/shared pipe-drivers

Graphics / Mesa 3D Graphics Library / Mesa - Emil Velikov [gmail.com] - 22 June 2014 17:06 UTC

Similar to vdpau targets, we're going to convert the individual target libraries into a single one.

The library can be built with the relevant pipe-drivers statically linked in, or loaded as shared modules. Currently we default to static.

Cc: Ilia Mirkin

dc01ca4 targets/xvmc-nouveau: convert to static/shared pipe-drivers
configure.ac | 5 +-
src/gallium/Automake.inc | 2 +-
src/gallium/targets/Makefile.am | 8 +--
src/gallium/targets/xvmc-nouveau/Makefile.am | 45 -------------
src/gallium/targets/xvmc-nouveau/target.c | 18 ------
src/gallium/targets/xvmc.sym | 32 ---------
src/gallium/targets/xvmc/Makefile.am | 90 ++++++++++++++++++++++++++
src/gallium/targets/xvmc/target.c | 1 +
src/gallium/targets/xvmc/xvmc.sym | 32 +++++++++
9 files changed, 131 insertions(+), 102 deletions(-)

Upstream: cgit.freedesktop.org


  • Share