]> git.sesse.net Git - vlc/commit
- added controlled symbol export support for win32. Now, all visible symbols in libvl...
authorDamien Fouilleul <damienf@videolan.org>
Sat, 3 Feb 2007 22:01:20 +0000 (22:01 +0000)
committerDamien Fouilleul <damienf@videolan.org>
Sat, 3 Feb 2007 22:01:20 +0000 (22:01 +0000)
commitcd5ed364efe9cdf752c48e0fa158ff680964ceeb
tree9af8587546d0f1b4449eca09f6657ec4dba6128c
parentd20a2464f3ffdbbbda0f66bae7bfbf358964deb9
- added controlled symbol export support for win32. Now, all visible symbols in libvlc.dll must be declared using either VLC_EXPORT or VLC_PUBLIC_API. Otherwise, they will not be exported. this has the advantage of reducing the number of symbols in the DLL, saving on file size an binding time at runtime. All exported symbols will be listed in the libvlc.def file.
This also pave the way for using the visibility feature in GCC 4, adding controlled symbols export for UNIX/MacOS X as well.
configure.ac
include/vlc/libvlc.h
include/vlc/vlc.h
include/vlc_common.h
src/Makefile.am
src/vlc.c