From 0faaed21122b95e29992e4f7abe85b4af3d058bf Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sat, 16 Nov 2013 21:29:07 +0000 Subject: [PATCH] targets/xvmc: export only necessary symbols MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Export only XvMC* symbols for the xvmc targets. Tested-by: Ilia Mirkin Reviewed-by: Christian König Signed-off-by: Emil Velikov --- src/gallium/Automake.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/Automake.inc b/src/gallium/Automake.inc index b6b9b367a82..1e4a34f5d2d 100644 --- a/src/gallium/Automake.inc +++ b/src/gallium/Automake.inc @@ -65,11 +65,11 @@ GALLIUM_VDPAU_LINKER_FLAGS = \ -shared \ -no-undefined -# TODO: add -export-symbols-regex GALLIUM_XVMC_LINKER_FLAGS = \ -module \ -version-number $(XVMC_MAJOR):$(XVMC_MINOR) \ -shared \ + -export-symbols-regex '^XvMC' \ -no-undefined GALLIUM_VDPAU_LIB_DEPS = \