From: Emil Velikov Date: Sat, 16 Nov 2013 21:29:07 +0000 (+0000) Subject: targets/xvmc: export only necessary symbols X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0faaed21122b95e29992e4f7abe85b4af3d058bf;p=mesa.git targets/xvmc: export only necessary symbols Export only XvMC* symbols for the xvmc targets. Tested-by: Ilia Mirkin Reviewed-by: Christian König Signed-off-by: Emil Velikov --- 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 = \