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
b4bbf339
Commit
b4bbf339
authored
Nov 13, 2012
by
Edward Wang
Committed by
Jean-Baptiste Kempf
Nov 13, 2012
Browse files
audiotrack: Fix compilation
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
fef27058
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/audio_output/audiotrack.c
View file @
b4bbf339
...
...
@@ -114,7 +114,7 @@ static void *InitLibrary(struct aout_sys_t *p_sys);
static
int
Open
(
vlc_object_t
*
);
static
void
Close
(
vlc_object_t
*
);
static
void
Play
(
audio_output_t
*
,
block_t
*
,
mtime_t
*
restrict
);
static
void
Play
(
audio_output_t
*
,
block_t
*
);
static
void
Pause
(
audio_output_t
*
,
bool
,
mtime_t
);
vlc_module_begin
()
...
...
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