Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
1c808907
Commit
1c808907
authored
Nov 26, 2006
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* first round of compilation fixes, more to come
parent
4e26c57f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
modules/gui/macosx/equalizer.m
modules/gui/macosx/equalizer.m
+1
-2
modules/gui/macosx/intf.m
modules/gui/macosx/intf.m
+3
-1
No files found.
modules/gui/macosx/equalizer.m
View file @
1c808907
...
@@ -25,8 +25,7 @@
...
@@ -25,8 +25,7 @@
* Preamble
* Preamble
*****************************************************************************/
*****************************************************************************/
#include <vlc/vlc.h>
#include <vlc/vlc.h>
#include <vlc/aout.h>
#include <vlc_aout.h>
#include <aout_internal.h>
#include "intf.h"
#include "intf.h"
...
...
modules/gui/macosx/intf.m
View file @
1c808907
...
@@ -49,6 +49,8 @@
...
@@ -49,6 +49,8 @@
#import "update.h"
#import "update.h"
#import "AppleRemote.h"
#import "AppleRemote.h"
#import <vlc_input.h>
/*****************************************************************************
/*****************************************************************************
* Local prototypes.
* Local prototypes.
*****************************************************************************/
*****************************************************************************/
...
@@ -1079,7 +1081,7 @@ static VLCMain *_o_sharedMainInstance = nil;
...
@@ -1079,7 +1081,7 @@ static VLCMain *_o_sharedMainInstance = nil;
b_seekable
=
var_GetBool
(
p_intf
->
p_sys
->
p_input
,
"seekable"
);
b_seekable
=
var_GetBool
(
p_intf
->
p_sys
->
p_input
,
"seekable"
);
/* check wether slow/fast motion is possible*/
/* 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 */
/* chapters & titles */
//b_chapters = p_intf->p_sys->p_input->stream.i_area_nb > 1;
//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