From 1ea1767f72906d833bf9070c2aa9e664885ed72d Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 13 Mar 2014 02:28:21 +0000 Subject: targets/omx: use GALLIUM_OMX_LINKER_FLAGS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Emil Velikov Reviewed-by: Christian König --- src/gallium/Automake.inc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/gallium/Automake.inc') diff --git a/src/gallium/Automake.inc b/src/gallium/Automake.inc index 39475d7..f064a87 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 \ -- cgit v1.1