Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
ea6f725b
Commit
ea6f725b
authored
Nov 26, 2006
by
zorglub
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ah Ah
parent
93236cd6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
modules/gui/macosx/controls.m
modules/gui/macosx/controls.m
+4
-1
src/input/input.c
src/input/input.c
+1
-1
No files found.
modules/gui/macosx/controls.m
View file @
ea6f725b
...
...
@@ -39,6 +39,9 @@
#import "playlist.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
...
...
@@ -785,7 +788,7 @@
{
if
(
p_input
!=
NULL
)
{
bEnabled
=
p_input
->
input
.
b_can_pace_control
;
bEnabled
=
p_input
->
p
->
input
.
b_can_pace_control
;
}
else
{
...
...
src/input/input.c
View file @
ea6f725b
...
...
@@ -38,7 +38,7 @@
#include <vlc_playlist.h>
#include <vlc_interface.h>
#include <vlc_url.h>
#include <vlc_demux.h>
#include <vlc_charset.h>
#ifdef HAVE_SYS_STAT_H
...
...
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