autotools: stop controlling symbol visibility with -export-symbols-regex
authorTim-Philipp Müller <tim@centricular.com>
Sun, 12 Aug 2018 18:04:51 +0000 (19:04 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 12 Aug 2018 22:26:25 +0000 (23:26 +0100)
commitde8fe283d69dbdce1ac4d1570be1917a7cf5fab4
tree2674845c50ac31c34fbb76f1e0cb4f06a1b7bc5c
parent88bd7c61a76f32ea6cf6b54367dc8ebe221b4966
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 where this is done already, and will allow us to drop
the win32 .def files.
configure.ac
gst/printf/Makefile.am
libs/gst/check/gstcheck.c