Commit ea6f725b authored by Clément Stenac's avatar Clément Stenac

Ah Ah

parent 93236cd6
...@@ -39,6 +39,9 @@ ...@@ -39,6 +39,9 @@
#import "playlist.h" #import "playlist.h"
#include <vlc_osd.h> #include <vlc_osd.h>
/* UGLY UGLY UGLY FIXME FIXME FIXME. Need solution for b_can_pace_control.
* Put it public ? Is it needed here ?*/
#include "../../../src/input/input_internal.h"
/***************************************************************************** /*****************************************************************************
* VLCControls implementation * VLCControls implementation
...@@ -785,7 +788,7 @@ ...@@ -785,7 +788,7 @@
{ {
if( p_input != NULL ) if( p_input != NULL )
{ {
bEnabled = p_input->input.b_can_pace_control; bEnabled = p_input->p->input.b_can_pace_control;
} }
else else
{ {
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
#include <vlc_playlist.h> #include <vlc_playlist.h>
#include <vlc_interface.h> #include <vlc_interface.h>
#include <vlc_url.h> #include <vlc_url.h>
#include <vlc_demux.h>
#include <vlc_charset.h> #include <vlc_charset.h>
#ifdef HAVE_SYS_STAT_H #ifdef HAVE_SYS_STAT_H
......
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