From 69d790da9f5307c54c7a7c280e158c412f91dc84 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 4 Apr 2014 23:59:30 +0100 Subject: targets/vdpau: use version script to limit the exported symbols MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Christian König --- src/gallium/targets/r600/vdpau/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gallium/targets/r600/vdpau') diff --git a/src/gallium/targets/r600/vdpau/Makefile.am b/src/gallium/targets/r600/vdpau/Makefile.am index 455d90f795b..b212024b752 100644 --- a/src/gallium/targets/r600/vdpau/Makefile.am +++ b/src/gallium/targets/r600/vdpau/Makefile.am @@ -20,8 +20,6 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # DEALINGS IN THE SOFTWARE. -# Note: Make sure VDPAU_EXPORTS is defined before including Automake.inc -VDPAU_EXPORTS = '^(vdp_imp_device_create_x11|radeon_drm_winsys_create)$$' include $(top_srcdir)/src/gallium/Automake.inc AM_CFLAGS = \ -- cgit v1.2.3