autotools: stop controlling symbol visibility with -export-symbols-regex
authorTim-Philipp Müller <tim@centricular.com>
Sun, 26 Nov 2017 15:13:15 +0000 (15:13 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 26 Nov 2017 15:13:15 +0000 (15:13 +0000)
commit61e0a11e83cfc18e5331cc3126689120f45eb9b2
treec2dd945544e06aa89166652f993e93c0e676c93e
parent10bc8fdfd2ccb2e9ff49bac0d9f09987439366b3
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