targets/vdpau: use version script to limit the exported symbols
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 4 Apr 2014 22:59:30 +0000 (23:59 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 2 May 2014 20:48:26 +0000 (21:48 +0100)
commit69d790da9f5307c54c7a7c280e158c412f91dc84
treeb98c105a7cfcdf041474c09cf175eded3a852ec4
parent53dd2e45f4625cc82f96e628a0e20512557113b8
targets/vdpau: use version script to limit the exported symbols

Using export-symbols-regex is the least desirable method of restricting
the exported symbols, as is completely messes up with the symbol table.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
src/gallium/Automake.inc
src/gallium/targets/r600/vdpau/Makefile.am
src/gallium/targets/radeonsi/vdpau/Makefile.am
src/gallium/targets/vdpau-nouveau/Makefile.am
src/gallium/targets/vdpau.sym [new file with mode: 0644]