From dc01ca44a796ab7cc5452913c495ba90ebb648b8 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 12 Jun 2014 15:54:15 +0100 Subject: 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 Signed-off-by: Emil Velikov Tested-by: Thomas Helland --- src/gallium/Automake.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/Automake.inc') diff --git a/src/gallium/Automake.inc b/src/gallium/Automake.inc index 21a4a80..89b7658 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 -- cgit v1.1