]> git.sesse.net Git - vlc/blobdiff - modules/visualization/goom.c
Fixed goom compilation.
[vlc] / modules / visualization / goom.c
index 0fc8c1e88e7a951a332da6cf6d19d2d408cdf91d..d62071d7b318fbe5f72114a6642762ef499b116f 100644 (file)
@@ -112,11 +112,11 @@ typedef struct
 
 } goom_thread_t;
 
-typedef struct aout_filter_sys_t
+struct aout_filter_sys_t
 {
     goom_thread_t *p_thread;
 
-} aout_filter_sys_t;
+};
 
 static void DoWork   ( aout_instance_t *, aout_filter_t *, aout_buffer_t *,
                        aout_buffer_t * );