Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
ae32c146
Commit
ae32c146
authored
Nov 26, 2006
by
zorglub
Browse files
Round 2
parent
3a6b3918
Changes
5
Hide whitespace changes
Inline
Side-by-side
modules/access/cdda/access.c
View file @
ae32c146
...
...
@@ -31,7 +31,7 @@
#include "info.h"
/* headers for meta info retrieval */
#include <vlc_playlist.h>
/* Has to come *after* cdda.h */
#include "vlc_keys.h"
#include <vlc_interac
tion
.h>
#include <vlc_inter
f
ac
e
.h>
#include <cdio/cdio.h>
#include <cdio/logging.h>
...
...
modules/access/dshow/dshow.cpp
View file @
ae32c146
...
...
@@ -31,7 +31,7 @@
#include <vlc/vlc.h>
#include <vlc_vout.h>
#include <vlc_interac
tion
.h>
#include <vlc_inter
f
ac
e
.h>
#include "common.h"
#include "filter.h"
...
...
modules/access/rtsp/access.c
View file @
ae32c146
...
...
@@ -26,7 +26,7 @@
*****************************************************************************/
#include <vlc/vlc.h>
#include <vlc_access.h>
#include <vlc_interac
tion
.h>
#include <vlc_inter
f
ac
e
.h>
#include <vlc_network.h>
#include "rtsp.h"
...
...
modules/access/v4l.c
View file @
ae32c146
...
...
@@ -33,8 +33,10 @@
#include <string.h>
#include <vlc/vlc.h>
#include <<vlc_input.h>>
#include <<vlc_vout.h>>
#include <vlc_input.h>
#include <vlc_demux.h>
#include <vlc_access.h>
#include <vlc_vout.h>
#include <codecs.h>
#include <sys/types.h>
...
...
src/misc/win32_specific.c
View file @
ae32c146
...
...
@@ -25,8 +25,8 @@
#include <stdlib.h>
/* free() */
#include <vlc/vlc.h>
#include
"
vlc_playlist.h
"
#include
"
charset.h
"
#include
<
vlc_playlist.h
>
#include
<vlc_
charset.h
>
#ifdef WIN32
/* optind, getopt(), included in unistd.h */
# include "../extras/getopt.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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