summaryrefslogtreecommitdiff
path: root/src/gallium/Automake.inc
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-03-13 02:28:21 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2014-03-31 12:25:34 +0100
commit1ea1767f72906d833bf9070c2aa9e664885ed72d (patch)
treec16e7311b91db1220bcc14afc455facf129e3bc5 /src/gallium/Automake.inc
parente6f8db1e56ad4ec2e51963f424d11b72f2b195cb (diff)
targets/omx: use GALLIUM_OMX_LINKER_FLAGS
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'src/gallium/Automake.inc')
-rw-r--r--src/gallium/Automake.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gallium/Automake.inc b/src/gallium/Automake.inc
index 39475d7dc61..f064a879313 100644
--- a/src/gallium/Automake.inc
+++ b/src/gallium/Automake.inc
@@ -74,6 +74,12 @@ GALLIUM_XVMC_LINKER_FLAGS = \
-export-symbols-regex '^XvMC' \
-no-undefined
+GALLIUM_OMX_LINKER_FLAGS = \
+ -shared \
+ -module \
+ -no-undefined \
+ -export-symbols-regex $(EXPORTS)
+
GALLIUM_VDPAU_LIB_DEPS = \
$(top_builddir)/src/gallium/auxiliary/libgallium.la \
$(top_builddir)/src/gallium/state_trackers/vdpau/libvdpautracker.la \