[vlc-devel] [PATCH] libvlc: add functions libvlc_get_version() and others

Tanguy Krotoff tkrotoff at gmail.com
Sat Mar 29 22:15:51 CET 2008


>  Then the patch is not correct IMO, we don't want to duplicate that
>  from libvlc.so. You may want to wrap around the VLC_* function that
>  are not deprecated in libvlc. (I would be for renaming those to vlc_,
>  but as they were exported you'll need to keep the old VLC_* around too).

I don't get it
VLC_Changeset() IS deprecated, so I guess libvlc_get_changeset()
cannot use VLC_Changeset().
VLC_Changeset() is still used within vlc core.
Do you suggest to keep VLC_Changeset() and create a copy named
vlc_changeset() that should be called by libvlc_get_changeset()?
Otherwise I don't see how to make it without adding revision.c to
libvlc-control...

-- 
Tanguy Krotoff <tkrotoff at gmail.com>
+33 6 68 42 70 24



More information about the vlc-devel mailing list