diff options
author | Emil Velikov <[email protected]> | 2013-11-16 21:29:07 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2013-11-18 15:35:21 +0000 |
commit | 0faaed21122b95e29992e4f7abe85b4af3d058bf (patch) | |
tree | 0e2e47d7845c1e88c1227db76fb1ee72bef5ec9a | |
parent | 5896100a38fae2ebf9ad081c2bf4eeaab2cd704f (diff) |
targets/xvmc: export only necessary symbols
Export only XvMC* symbols for the xvmc targets.
Tested-by: Ilia Mirkin <[email protected]>
Reviewed-by: Christian König <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
-rw-r--r-- | src/gallium/Automake.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 = \ |