[vlc-devel] commit: include/vlc: Headers clean up. (Pierre d'Herbemont )
git version control
git at videolan.org
Wed Mar 26 19:54:00 CET 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Wed Mar 26 19:51:08 2008 +0100| [e0105d9b23a08eeedf89b869628644e38df4e8dd]
include/vlc: Headers clean up.
Now "#include <vlc/vlc.h>" defines all the definitions needed to use libvlc_*.
* New layout is the following:
vlc/common.h: Global definitions
vlc/deprecated.h: Deprecated stuff
vlc/libvlc_structures.h: Contains all libvlc_* structures.
vlc/libvlc_events.h: Contains libvlc_event_t structure.
vlc/libvlc.h: Contains all libvlc_* functions
vlc/libvlc_media_list.h: Contains all libvlc_media_list_* functions
vlc/libvlc_vlm.h: Contains all libvlc_vlm_* functions.
vlc/vlc.h: Use this header to use libvlc-control.dylib.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e0105d9b23a08eeedf89b869628644e38df4e8dd
---
include/vlc/common.h | 77 ++++
include/vlc/deprecated.h | 747 +++++++++++++++++++++++++++++++++++++++
include/vlc/libvlc.h | 392 +--------------------
include/vlc/libvlc_events.h | 212 +++++++++++
include/vlc/libvlc_media_list.h | 257 ++++++++++++++
include/vlc/libvlc_structures.h | 211 -----------
include/vlc/libvlc_vlm.h | 205 +++++++++++
include/vlc/vlc.h | 578 +-----------------------------
8 files changed, 1523 insertions(+), 1156 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=e0105d9b23a08eeedf89b869628644e38df4e8dd
More information about the vlc-devel
mailing list