Commit 1c808907 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* first round of compilation fixes, more to come

parent 4e26c57f
......@@ -25,8 +25,7 @@
* Preamble
*****************************************************************************/
#include <vlc/vlc.h>
#include <vlc/aout.h>
#include <aout_internal.h>
#include <vlc_aout.h>
#include "intf.h"
......
......@@ -49,6 +49,8 @@
#import "update.h"
#import "AppleRemote.h"
#import <vlc_input.h>
/*****************************************************************************
* Local prototypes.
*****************************************************************************/
......@@ -1079,7 +1081,7 @@ static VLCMain *_o_sharedMainInstance = nil;
b_seekable = var_GetBool( p_intf->p_sys->p_input, "seekable" );
/* check wether slow/fast motion is possible*/
b_control = p_intf->p_sys->p_input->input.b_can_pace_control;
b_control = p_intf->p_sys->p_input->b_can_pace_control;
/* chapters & titles */
//b_chapters = p_intf->p_sys->p_input->stream.i_area_nb > 1;
......
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