From dfbad7bef1d4421e44fec1fba51cb0d9c371917e Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Fri, 7 Nov 2008 13:40:23 +0100 Subject: [PATCH] [Galaktos] Fix compilation. --- modules/visualization/galaktos/plugin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 * ); -- 2.39.2