autotools: stop controlling symbol visibility with -export-symbols-regex
authorTim-Philipp Müller <tim@centricular.com>
Sun, 26 Nov 2017 12:28:40 +0000 (12:28 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 26 Nov 2017 13:13:39 +0000 (13:13 +0000)
commita877229d38f547d0ee0d5f0a4d888ca8fafa6723
tree6825d6c02e7d57ce99ce04d04a0ada199623db78
parent58aa58f049e448684bfe870259ad4e96007b7c68
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