]> git.sesse.net Git - vlc/commitdiff
Fixed goom compilation.
authorLaurent Aimar <fenrir@videolan.org>
Wed, 5 Nov 2008 21:18:25 +0000 (22:18 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Wed, 5 Nov 2008 21:19:23 +0000 (22:19 +0100)
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 * );