Commit 3a6b3918 authored by Clément Stenac's avatar Clément Stenac

Compile fixes, round 1

parent d3fe7f28
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
#include <string.h> /* strdup() */ #include <string.h> /* strdup() */
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_input.h>
#include <vlc_access.h> #include <vlc_access.h>
#include <vlc_interface.h> #include <vlc_interface.h>
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_aout.h> #include <vlc_aout.h>
#include "aout_internal.h"
/* /*
* Instances management (internal and external) * Instances management (internal and external)
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <vlc_input.h> #include <vlc_input.h>
#include <vlc_vlm.h> #include <vlc_vlm.h>
void InitVLM( libvlc_instance_t *p_instance ) static void InitVLM( libvlc_instance_t *p_instance )
{ {
#ifdef ENABLE_VLM #ifdef ENABLE_VLM
if( p_instance->p_vlm ) return; if( p_instance->p_vlm ) return;
......
...@@ -75,10 +75,15 @@ ...@@ -75,10 +75,15 @@
# endif # endif
#endif #endif
#include "vlc_interface.h" #include "misc/configuration.h"
#include "vlc_interface.h"
#include "vlc_playlist.h" #include "vlc_playlist.h"
#include "vlc_stream.h"
#include "vlc_access.h"
#include "vlc_demux.h"
#include "vlc_vout.h" #include "vlc_vout.h"
#include "vlc_vout_synchro.h" #include "vlc_vout_synchro.h"
......
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#include <vlc_interface.h> #include <vlc_interface.h>
#include <vlc_playlist.h> #include <vlc_playlist.h>
#include "playlist_internal.h" #include "playlist_internal.h"
#include "interface/interface.h"
/***************************************************************************** /*****************************************************************************
* Local prototypes * Local prototypes
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
#include <vlc_osd.h> #include <vlc_osd.h>
#if defined( __APPLE__ ) #if defined( __APPLE__ )
#include "darwin_specific.h" /* Include darwin_specific.h here if needed */
#endif #endif
/** FIXME This is quite ugly but needed while we don't have counters /** FIXME This is quite ugly but needed while we don't have counters
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment