Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
f1a39394
Commit
f1a39394
authored
Jul 23, 2009
by
Jean-Baptiste Kempf
Browse files
Use Brackets for global headers.
parent
d2e9083f
Changes
47
Hide whitespace changes
Inline
Side-by-side
modules/access/dvdnav.c
View file @
f1a39394
...
...
@@ -52,8 +52,8 @@
# include <fcntl.h>
#endif
#include
"
vlc_keys.h
"
#include
"
vlc_iso_lang.h
"
#include
<
vlc_keys.h
>
#include
<
vlc_iso_lang.h
>
/* FIXME we should find a better way than including that */
#include
"../../src/text/iso-639_def.h"
...
...
modules/access/gnomevfs.c
View file @
f1a39394
...
...
@@ -24,6 +24,7 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
...
...
@@ -36,7 +37,7 @@
#include
<vlc_charset.h>
#include
"
vlc_url.h
"
#include
<
vlc_url.h
>
/*****************************************************************************
* Module descriptor
...
...
modules/access/mms/mmsh.c
View file @
f1a39394
...
...
@@ -31,11 +31,11 @@
#include
<vlc_common.h>
#include
<vlc_access.h>
#include
"
vlc_strings.h
"
#include
"
vlc_input.h
"
#include
<
vlc_strings.h
>
#include
<
vlc_input.h
>
#include
<vlc_network.h>
#include
"
vlc_url.h
"
#include
<
vlc_url.h
>
#include
"asf.h"
#include
"buffer.h"
...
...
modules/access/mms/mmstu.c
View file @
f1a39394
...
...
@@ -55,7 +55,7 @@
#endif
#include
<vlc_network.h>
#include
"
vlc_url.h
"
#include
<
vlc_url.h
>
#include
"asf.h"
#include
"buffer.h"
...
...
modules/access/rtsp/real_sdpplin.c
View file @
f1a39394
...
...
@@ -24,7 +24,7 @@
*/
#include
"real.h"
#include
"
vlc_strings.h
"
#include
<
vlc_strings.h
>
#define BUFLEN 32000
static
inline
char
*
nl
(
char
*
data
)
{
...
...
modules/access_filter/dump.c
View file @
f1a39394
...
...
@@ -35,7 +35,7 @@
#include
<vlc_access.h>
#include
<vlc_charset.h>
#include
"
vlc_keys.h
"
#include
<
vlc_keys.h
>
#define DEFAULT_MARGIN 32 // megabytes
...
...
modules/audio_filter/converter/dtstofloat32.c
View file @
f1a39394
...
...
@@ -38,7 +38,7 @@
#include
<vlc_aout.h>
#include
<vlc_block.h>
#include
"
vlc_filter.h
"
#include
<
vlc_filter.h
>
/*****************************************************************************
* Local prototypes
...
...
modules/audio_filter/converter/mpgatofixed32.c
View file @
f1a39394
...
...
@@ -37,7 +37,7 @@
#include
<vlc_plugin.h>
#include
<vlc_aout.h>
#include
<vlc_block.h>
#include
"
vlc_filter.h
"
#include
<
vlc_filter.h
>
/*****************************************************************************
* Local prototypes
...
...
modules/audio_filter/equalizer.c
View file @
f1a39394
...
...
@@ -35,7 +35,7 @@
#include
<vlc_plugin.h>
#include
<vlc_charset.h>
#include
"
vlc_aout.h
"
#include
<
vlc_aout.h
>
#include
"equalizer_presets.h"
/* TODO:
...
...
modules/audio_filter/format.c
View file @
f1a39394
...
...
@@ -34,7 +34,7 @@
#include
<vlc_plugin.h>
#include
<vlc_aout.h>
#include
<vlc_block.h>
#include
"
vlc_filter.h
"
#include
<
vlc_filter.h
>
/*****************************************************************************
* Local prototypes
...
...
modules/codec/cvdsub.c
View file @
f1a39394
...
...
@@ -35,7 +35,7 @@
#include
<vlc_plugin.h>
#include
<vlc_codec.h>
#include
"
vlc_bits.h
"
#include
<
vlc_bits.h
>
#define DEBUG_CVDSUB 1
...
...
modules/codec/dvbsub.c
View file @
f1a39394
...
...
@@ -48,7 +48,7 @@
#include
<vlc_codec.h>
#include
<vlc_sout.h>
#include
"
vlc_bits.h
"
#include
<
vlc_bits.h
>
/* #define DEBUG_DVBSUB 1 */
...
...
modules/codec/svcdsub.c
View file @
f1a39394
...
...
@@ -35,7 +35,7 @@
#include
<vlc_plugin.h>
#include
<vlc_codec.h>
#include
<vlc_osd.h>
#include
"
vlc_bits.h
"
#include
<
vlc_bits.h
>
/*****************************************************************************
* Module descriptor.
...
...
modules/codec/telx.c
View file @
f1a39394
...
...
@@ -34,8 +34,8 @@
#include
<vlc_common.h>
#include
<vlc_plugin.h>
#include
"
vlc_bits.h
"
#include
"
vlc_codec.h
"
#include
<
vlc_bits.h
>
#include
<
vlc_codec.h
>
/* #define TELX_DEBUG */
#ifdef TELX_DEBUG
...
...
modules/control/hotkeys.c
View file @
f1a39394
...
...
@@ -38,7 +38,7 @@
#include
<vlc_aout.h>
#include
<vlc_osd.h>
#include
<vlc_playlist.h>
#include
"
vlc_keys.h
"
#include
<
vlc_keys.h
>
#include
"math.h"
#define CHANNELS_NUMBER 4
...
...
modules/control/http/http.h
View file @
f1a39394
...
...
@@ -39,11 +39,11 @@
#include
<vlc_aout.h>
#include
<vlc_vout.h>
/* for fullscreen */
#include
"
vlc_httpd.h
"
#include
"
vlc_vlm.h
"
#include
"
vlc_network.h
"
#include
"
vlc_acl.h
"
#include
"
vlc_charset.h
"
#include
<
vlc_httpd.h
>
#include
<
vlc_vlm.h
>
#include
<
vlc_network.h
>
#include
<
vlc_acl.h
>
#include
<
vlc_charset.h
>
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
...
...
modules/control/http/macro.c
View file @
f1a39394
...
...
@@ -28,7 +28,7 @@
#include
"http.h"
#include
"macros.h"
#include
"
vlc_url.h
"
#include
<
vlc_url.h
>
static
int
MacroParse
(
macro_t
*
m
,
char
*
psz_src
)
{
...
...
modules/control/http/rpn.c
View file @
f1a39394
...
...
@@ -27,9 +27,9 @@
#endif
#include
"http.h"
#include
"
vlc_url.h
"
#include
"
vlc_meta.h
"
#include
"
vlc_strings.h
"
#include
<
vlc_url.h
>
#include
<
vlc_meta.h
>
#include
<
vlc_strings.h
>
static
vlc_object_t
*
GetVLCObject
(
intf_thread_t
*
p_intf
,
const
char
*
psz_object
,
...
...
modules/control/http/util.c
View file @
f1a39394
...
...
@@ -29,7 +29,7 @@
#include
<vlc_common.h>
#include
"http.h"
#include
"
vlc_strings.h
"
#include
<
vlc_strings.h
>
/****************************************************************************
* File and directory functions
...
...
modules/control/rc.c
View file @
f1a39394
...
...
@@ -55,7 +55,7 @@
#include
<sys/types.h>
#include
<vlc_network.h>
#include
"
vlc_url.h
"
#include
<
vlc_url.h
>
#include
<vlc_charset.h>
...
...
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment