]> git.sesse.net Git - vlc/blob - include/videolan/vlc.h
41e1e153ad7994f33d8fce07cf7bde73af8c0d41
[vlc] / include / videolan / vlc.h
1 /*****************************************************************************
2  * vlc.h: global header for vlc
3  *****************************************************************************
4  * Copyright (C) 1998, 1999, 2000 VideoLAN
5  * $Id: vlc.h,v 1.6 2002/04/02 23:43:57 gbazin Exp $
6  *
7  * Authors: Samuel Hocevar <sam@via.ecp.fr>
8  *          Vincent Seguin <seguin@via.ecp.fr>
9  *          Gildas Bazin <gbazin@netcourrier.com>
10  *
11  * This program is free software; you can redistribute it and/or modify
12  * it under the terms of the GNU General Public License as published by
13  * the Free Software Foundation; either version 2 of the License, or
14  * (at your option) any later version.
15  * 
16  * This program is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19  * GNU General Public License for more details.
20  *
21  * You should have received a copy of the GNU General Public License
22  * along with this program; if not, write to the Free Software
23  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
24  *****************************************************************************/
25
26 /*****************************************************************************
27  * Required vlc headers
28  *****************************************************************************/
29 #include "defs.h"
30 #include "config.h"
31
32 #if defined( PLUGIN ) || defined( BUILTIN )
33 #   include "modules_inner.h"
34 #endif
35
36 #include "common.h"
37
38 #include "os_specific.h"
39
40 #include "intf_msg.h"
41 #include "threads.h"
42 #include "mtime.h"
43 #include "modules.h"
44
45 #include "main.h"
46 #include "configuration.h"