autotools: stop controlling symbol visibility with -export-symbols-regex
authorTim-Philipp Müller <tim@centricular.com>
Sun, 26 Nov 2017 18:30:57 +0000 (18:30 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 26 Nov 2017 18:30:57 +0000 (18:30 +0000)
commita02b0f7b05e37a8837f51c8bf38f823597749f19
treef33adf0e62dcfd0496b06a837b019e6a6481e486
parent4bfba1dcda308aa2dcb4a1554d78fcbcf6dc0561
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