Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
3a6b3918
Commit
3a6b3918
authored
Nov 26, 2006
by
zorglub
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compile fixes, round 1
parent
d3fe7f28
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
4 deletions
+11
-4
modules/access/dvdread.c
modules/access/dvdread.c
+1
-0
src/audio_output/common.c
src/audio_output/common.c
+1
-1
src/control/vlm.c
src/control/vlm.c
+1
-1
src/misc/modules.c
src/misc/modules.c
+6
-1
src/playlist/thread.c
src/playlist/thread.c
+1
-0
src/video_output/video_output.c
src/video_output/video_output.c
+1
-1
No files found.
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
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