Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
1c808907
Commit
1c808907
authored
Nov 26, 2006
by
Felix Paul Kühne
Browse files
* first round of compilation fixes, more to come
parent
4e26c57f
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/gui/macosx/equalizer.m
View file @
1c808907
...
...
@@ -25,8 +25,7 @@
* Preamble
*****************************************************************************/
#include <vlc/vlc.h>
#include <vlc/aout.h>
#include <aout_internal.h>
#include <vlc_aout.h>
#include "intf.h"
...
...
modules/gui/macosx/intf.m
View file @
1c808907
...
...
@@ -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;
...
...
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