summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/radeonsi
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-02-08 03:56:38 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2014-02-11 21:36:16 +0000
commit7ed32c9af948b5f724c88cefe5bb83e195c56f6a (patch)
tree3008f9cb39358dce13ded84ded634c01c23c7a65 /src/gallium/targets/radeonsi
parenteda9a66f7e509261f2b9e24099fd65d43f31f122 (diff)
downloadexternal_mesa3d-7ed32c9af948b5f724c88cefe5bb83e195c56f6a.zip
external_mesa3d-7ed32c9af948b5f724c88cefe5bb83e195c56f6a.tar.gz
external_mesa3d-7ed32c9af948b5f724c88cefe5bb83e195c56f6a.tar.bz2
omx: use VISIBILITY_CFLAGS to control exported symbols
Initial step of cleaning the exported symbols from targets/omx - Mark omx_component_library_Setup as public v2: Keep export-symbols-regex Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Christian König <christian.koenig@amd.com> (v1)
Diffstat (limited to 'src/gallium/targets/radeonsi')
-rw-r--r--src/gallium/targets/radeonsi/omx/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/radeonsi/omx/Makefile.am b/src/gallium/targets/radeonsi/omx/Makefile.am
index a502c65..0d47912 100644
--- a/src/gallium/targets/radeonsi/omx/Makefile.am
+++ b/src/gallium/targets/radeonsi/omx/Makefile.am
@@ -24,6 +24,7 @@ include $(top_srcdir)/src/gallium/Automake.inc
AM_CFLAGS = \
$(GALLIUM_CFLAGS) \
+ $(VISIBILITY_CFLAGS) \
$(PTHREAD_CFLAGS) \
$(LIBDRM_CFLAGS)
AM_CPPFLAGS = \