]> git.sesse.net Git - vlc/commitdiff
[Galaktos] Fix compilation.
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 7 Nov 2008 12:40:23 +0000 (13:40 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 7 Nov 2008 12:40:23 +0000 (13:40 +0100)
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 * );