diff options
author | Emil Velikov <[email protected]> | 2014-06-12 15:54:15 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-06-22 23:06:04 +0100 |
commit | dc01ca44a796ab7cc5452913c495ba90ebb648b8 (patch) | |
tree | b6d840952ff80ce302e5f5ac9f070a9e38617498 /src/gallium/Automake.inc | |
parent | 291d70210dd249c663f8c3b92ac9cf47335630bd (diff) |
targets/xvmc-nouveau: convert to static/shared pipe-drivers
Similar to vdpau targets, we're going to convert the individual
target libraries into a single one.
The library can be built with the relevant pipe-drivers
statically linked in, or loaded as shared modules.
Currently we default to static.
Cc: Ilia Mirkin <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Tested-by: Thomas Helland <thomashelland90 at gmail.com>
Diffstat (limited to 'src/gallium/Automake.inc')
-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 21a4a807eaf..89b76583d2e 100644 --- a/src/gallium/Automake.inc +++ b/src/gallium/Automake.inc @@ -80,7 +80,7 @@ GALLIUM_DRI_LINKER_FLAGS += \ -Wl,--version-script=$(top_srcdir)/src/gallium/targets/dri.sym GALLIUM_XVMC_LINKER_FLAGS += \ - -Wl,--version-script=$(top_srcdir)/src/gallium/targets/xvmc.sym + -Wl,--version-script=$(top_srcdir)/src/gallium/targets/xvmc/xvmc.sym GALLIUM_OMX_LINKER_FLAGS += \ -Wl,--version-script=$(top_srcdir)/src/gallium/targets/omx.sym |