Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
3a6b3918
Commit
3a6b3918
authored
Nov 26, 2006
by
zorglub
Browse files
Compile fixes, round 1
parent
d3fe7f28
Changes
6
Hide whitespace changes
Inline
Side-by-side
modules/access/dvdread.c
View file @
3a6b3918
...
...
@@ -30,6 +30,7 @@
#include
<string.h>
/* strdup() */
#include
<vlc/vlc.h>
#include
<vlc_input.h>
#include
<vlc_access.h>
#include
<vlc_interface.h>
...
...
src/audio_output/common.c
View file @
3a6b3918
...
...
@@ -29,7 +29,7 @@
#include
<vlc/vlc.h>
#include
<vlc_aout.h>
#include
"aout_internal.h"
/*
* Instances management (internal and external)
...
...
src/control/vlm.c
View file @
3a6b3918
...
...
@@ -27,7 +27,7 @@
#include
<vlc_input.h>
#include
<vlc_vlm.h>
void
InitVLM
(
libvlc_instance_t
*
p_instance
)
static
void
InitVLM
(
libvlc_instance_t
*
p_instance
)
{
#ifdef ENABLE_VLM
if
(
p_instance
->
p_vlm
)
return
;
...
...
src/misc/modules.c
View file @
3a6b3918
...
...
@@ -75,10 +75,15 @@
# endif
#endif
#include
"
vlc_interface
.h"
#include
"
misc/configuration
.h"
#include
"vlc_interface.h"
#include
"vlc_playlist.h"
#include
"vlc_stream.h"
#include
"vlc_access.h"
#include
"vlc_demux.h"
#include
"vlc_vout.h"
#include
"vlc_vout_synchro.h"
...
...
src/playlist/thread.c
View file @
3a6b3918
...
...
@@ -27,6 +27,7 @@
#include
<vlc_interface.h>
#include
<vlc_playlist.h>
#include
"playlist_internal.h"
#include
"interface/interface.h"
/*****************************************************************************
* Local prototypes
...
...
src/video_output/video_output.c
View file @
3a6b3918
...
...
@@ -46,7 +46,7 @@
#include
<vlc_osd.h>
#if defined( __APPLE__ )
#i
nclude
"
darwin_specific.h
"
/* I
nclude darwin_specific.h
here if needed */
#endif
/** FIXME This is quite ugly but needed while we don't have counters
...
...
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