]> git.sesse.net Git - vlc/blobdiff - modules/visualization/galaktos/plugin.c
[Galaktos] Fix compilation.
[vlc] / modules / visualization / galaktos / plugin.c
index 130ecd341b8a44a1cf8628e7298cd210486f1f7f..30b30aab022c992045561387ef3993de486ba0da 100644 (file)
@@ -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 * );