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
ea6f725b
Commit
ea6f725b
authored
Nov 26, 2006
by
zorglub
Browse files
Ah Ah
parent
93236cd6
Changes
2
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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