autotools: stop controlling symbol visibility with -export-symbols-regex
authorTim-Philipp Müller <tim@centricular.com>
Sun, 26 Nov 2017 14:49:21 +0000 (14:49 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 26 Nov 2017 14:49:21 +0000 (14:49 +0000)
commit445a755ca93309ca6381f1f7731a1e9d576c40e6
tree6235d3b1b5cc3fe23150aaa39b1a917cbcdb6ae0
parentf86751d9f7a90ceea7a331edb5f54b314e7e3dd3
autotools: stop controlling symbol visibility with -export-symbols-regex

Instead, use -fvisibility=hidden and explicit exports via GST_EXPORT.
This should result in consistent behaviour for the autotools and
Meson builds.
configure.ac