summaryrefslogtreecommitdiff
path: root/libs/audiographer
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-01-12 11:34:37 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-01-12 15:40:47 -0500
commit5062a00c7d2580d1245f7ad14760a91939c34bdc (patch)
tree83686b846f3e5eb788b8f6a7c69974b69aa0be98 /libs/audiographer
parent2c21cbb0444e69e80a1293d7942ee94628f22220 (diff)
move -fvisibility=hidden to the top of the source tree, and remove its internal use; use libtimecode as a shared lib again
Diffstat (limited to 'libs/audiographer')
-rw-r--r--libs/audiographer/wscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/audiographer/wscript b/libs/audiographer/wscript
index 183b272518..f2920a6c7f 100644
--- a/libs/audiographer/wscript
+++ b/libs/audiographer/wscript
@@ -68,8 +68,6 @@ def build(bld):
audiographer = bld.shlib(features = 'c cxx cshlib cxxshlib', source=audiographer_sources)
# macros for this shared library
audiographer.defines = [ 'LIBAUDIOGRAPHER_DLL_EXPORTS=1' ]
- audiographer.cflags = [ '-fvisibility=hidden' ]
- audiographer.cxxflags = [ '-fvisibility=hidden' ]
else:
audiographer = bld.stlib(features = 'c cxx cstlib cxxstlib', source=libardour_sources)
audiographer.cxxflags = [ '-fPIC' ]