00001 /***************************************************************************** 00002 * vlc.h: global header for libvlc 00003 ***************************************************************************** 00004 * Copyright (C) 1998-2004 the VideoLAN team 00005 * $Id$ 00006 * 00007 * Authors: Vincent Seguin <seguin@via.ecp.fr> 00008 * Samuel Hocevar <sam@zoy.org> 00009 * Gildas Bazin <gbazin@netcourrier.com> 00010 * Derk-Jan Hartman <hartman at videolan dot org> 00011 * Pierre d'Herbemont <pdherbemont@videolan.org> 00012 * 00013 * This program is free software; you can redistribute it and/or modify 00014 * it under the terms of the GNU General Public License as published by 00015 * the Free Software Foundation; either version 2 of the License, or 00016 * (at your option) any later version. 00017 * 00018 * This program is distributed in the hope that it will be useful, 00019 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00020 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00021 * GNU General Public License for more details. 00022 * 00023 * You should have received a copy of the GNU General Public License 00024 * along with this program; if not, write to the Free Software 00025 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. 00026 *****************************************************************************/ 00027 00028 #ifndef VLC_VLC_H 00029 #define VLC_VLC_H 1 00030 00031 # ifdef __cplusplus 00032 extern "C" { 00033 # endif 00034 00035 #include <vlc/libvlc_structures.h> 00036 #include <vlc/libvlc_events.h> 00037 #include <vlc/libvlc.h> 00038 #include <vlc/libvlc_media_list.h> 00039 #include <vlc/libvlc_vlm.h> 00040 #include <vlc/deprecated.h> 00041 00042 # ifdef __cplusplus 00043 } 00044 # endif 00045 00046 #endif /* _VLC_VLC_H */
1.5.1