autotools: stop controlling symbol visibility with -export-symbols-regex
authorTim-Philipp Müller <tim@centricular.com>
Sun, 26 Nov 2017 13:25:06 +0000 (13:25 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 26 Nov 2017 13:30:08 +0000 (13:30 +0000)
commit7f98b12d9117173a51f3cba198f63870bafcab10
tree185d9932ba07d5482b8c28fc9018e86729425239
parentb624e19ff3fdf7f3011967b28bfd9b908fbcb082
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