Commit dfbad7be authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

[Galaktos] Fix compilation.

parent 7bd1ec99
...@@ -54,11 +54,11 @@ vlc_module_end () ...@@ -54,11 +54,11 @@ vlc_module_end ()
/***************************************************************************** /*****************************************************************************
* Local prototypes * Local prototypes
*****************************************************************************/ *****************************************************************************/
typedef struct aout_filter_sys_t struct aout_filter_sys_t
{ {
galaktos_thread_t *p_thread; galaktos_thread_t *p_thread;
} aout_filter_sys_t; };
static void DoWork ( aout_instance_t *, aout_filter_t *, aout_buffer_t *, static void DoWork ( aout_instance_t *, aout_filter_t *, aout_buffer_t *,
aout_buffer_t * ); aout_buffer_t * );
......
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