From: Jean-Baptiste Kempf Date: Fri, 7 Nov 2008 12:40:23 +0000 (+0100) Subject: [Galaktos] Fix compilation. X-Git-Tag: 1.0.0-pre1~2209 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=dfbad7bef1d4421e44fec1fba51cb0d9c371917e;p=vlc [Galaktos] Fix compilation. --- diff --git a/modules/visualization/galaktos/plugin.c b/modules/visualization/galaktos/plugin.c index 130ecd341b..30b30aab02 100644 --- a/modules/visualization/galaktos/plugin.c +++ b/modules/visualization/galaktos/plugin.c @@ -54,11 +54,11 @@ vlc_module_end () /***************************************************************************** * Local prototypes *****************************************************************************/ -typedef struct aout_filter_sys_t +struct aout_filter_sys_t { galaktos_thread_t *p_thread; -} aout_filter_sys_t; +}; static void DoWork ( aout_instance_t *, aout_filter_t *, aout_buffer_t *, aout_buffer_t * );