targets/omx-nouveau: convert to static/shared pipe-drivers
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 12 Jun 2014 15:33:58 +0000 (16:33 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 26 Jun 2014 13:05:13 +0000 (14:05 +0100)
commitb1f4a9681fba954bb7f3e8c4877e7ad62703cb0b
tree953464f4e01136cea912a52be997da5579873be4
parentc35cf3400f57c5ed60df4c4a801a71fe897edfb8
targets/omx-nouveau: convert to static/shared pipe-drivers

Similar to the vdpau/xvmc targets, we're going to convert the
multiple 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.

Note: Make sure to rebuild the .omxregister file, by executing
   $ omxregister-bellagio

If you have more than one omx library (libomx-radeonsi, libomx-r600),
make sure to temporary move the unused one. By the end of the series
there will be only one library that will be used for all hardware -
r600, radeonsi and nouveau.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
configure.ac
src/gallium/Automake.inc
src/gallium/targets/Makefile.am
src/gallium/targets/omx-nouveau/Makefile.am [deleted file]
src/gallium/targets/omx-nouveau/target.c [deleted file]
src/gallium/targets/omx/Makefile.am [new file with mode: 0644]
src/gallium/targets/omx/omx.sym [moved from src/gallium/targets/omx.sym with 100% similarity]
src/gallium/targets/omx/target.c [new file with mode: 0644]