Commit 0430ee7d authored by Laurent Aimar's avatar Laurent Aimar

Fixed goom compilation.

parent d603ab6b
...@@ -112,11 +112,11 @@ typedef struct ...@@ -112,11 +112,11 @@ typedef struct
} goom_thread_t; } goom_thread_t;
typedef struct aout_filter_sys_t struct aout_filter_sys_t
{ {
goom_thread_t *p_thread; goom_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