targets/xvmc-nouveau: convert to static/shared pipe-drivers
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 12 Jun 2014 14:54:15 +0000 (15:54 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Sun, 22 Jun 2014 22:06:04 +0000 (23:06 +0100)
commitdc01ca44a796ab7cc5452913c495ba90ebb648b8
treeb6d840952ff80ce302e5f5ac9f070a9e38617498
parent291d70210dd249c663f8c3b92ac9cf47335630bd
targets/xvmc-nouveau: convert to static/shared pipe-drivers

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 <imirkin@alum.mit.edu>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Tested-by: Thomas Helland <thomashelland90 at gmail.com>
configure.ac
src/gallium/Automake.inc
src/gallium/targets/Makefile.am
src/gallium/targets/xvmc-nouveau/Makefile.am [deleted file]
src/gallium/targets/xvmc-nouveau/target.c [deleted file]
src/gallium/targets/xvmc.sym [deleted file]
src/gallium/targets/xvmc/Makefile.am [new file with mode: 0644]
src/gallium/targets/xvmc/target.c [new file with mode: 0644]
src/gallium/targets/xvmc/xvmc.sym [new file with mode: 0644]