]> git.sesse.net Git - vlc/commit
Mark other symbols as hidden
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 7 May 2011 16:38:42 +0000 (19:38 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 7 May 2011 16:38:42 +0000 (19:38 +0300)
commit9887eeccca78880aab56ac1c0bfe28d8716646bc
treeb3140de52b752c443a1271c9ed0daa9fccafc0c0
parentd95990dc0c31411d05fcd9968810fc495a94f97e
Mark other symbols as hidden

Unfortunately, libtool is yet incapable of doing marking symbols as
hidden (not exported) at compilation time.  So lets do it manually.
According to the GCC documentation, this allow some compile-time
optimizations depending on the platform.
This was already done by Damien earlier (and removed during the
plugin headers cleanup).

The check is disabled on Windows, as the compiler accepts the flag,
but generates lots of warnings during compilation.
configure.ac