Commit b4bbf339 authored by Edward Wang's avatar Edward Wang Committed by Jean-Baptiste Kempf

audiotrack: Fix compilation

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent fef27058
......@@ -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 ()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment