[vlc-devel] vlc: svn commit r18692 (damienf)

Subversion daemon svn at videolan.org
Sat Feb 3 23:01:21 CET 2007


r18692 | damienf | 2007-02-03 23:01:20 +0100 (Sat, 03 Feb 2007) | 3 lines
Changed paths:
   M /trunk/configure.ac
   M /trunk/include/vlc/libvlc.h
   M /trunk/include/vlc/vlc.h
   M /trunk/include/vlc_common.h
   M /trunk/src/Makefile.am
   M /trunk/src/vlc.c

- 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.

 > http://trac.videolan.org/vlc/changeset/18692

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list