]> git.sesse.net Git - vlc/commit
include/vlc: Headers clean up.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Wed, 26 Mar 2008 18:51:08 +0000 (19:51 +0100)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Wed, 26 Mar 2008 18:54:06 +0000 (19:54 +0100)
commite0105d9b23a08eeedf89b869628644e38df4e8dd
tree8347dde458a1fcc8595db7a2950c513108c9074f
parent2a8e229e81d7c2a05ea3e44b97d8732e08f871b9
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.
include/vlc/common.h [new file with mode: 0644]
include/vlc/deprecated.h [new file with mode: 0644]
include/vlc/libvlc.h
include/vlc/libvlc_events.h [new file with mode: 0644]
include/vlc/libvlc_media_list.h [new file with mode: 0644]
include/vlc/libvlc_structures.h
include/vlc/libvlc_vlm.h [new file with mode: 0644]
include/vlc/vlc.h