[vlc-devel] vlc: svn commit r11250 (courmisch)
Subversion daemon
svn at videolan.org
Thu Jun 2 14:47:31 CEST 2005
r11250 | courmisch | 2005-06-02 14:47:30 +0200 (Thu, 02 Jun 2005) | 11 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/include
A /trunk/include/vlc_symbols.h
M /trunk/src/Makefile.am
M /trunk/src/misc/modules.c
D /trunk/src/misc/modules_plugin.h.in
M /trunk/toolbox
A /trunk/vlc-api.pl
M /trunk/vlc-config.in.in
Complete rewrite of vlc_symbols.h generation (closes #155)
New VLC_EXPORTs are now added at the end of module_symbols_t so that
offsets of other function pointers are preserved.
Deleted VLC_EXPORTs are replaced with dummy pointers for padding.
Of course, it doesn't solve the problem with changing shared structures
format :/ and it may cause SVN conflicts when multiple people changes
VLC_EXPORT. I doubt it can be avoided though.
--
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