[vlc-devel] commit: Fixed goom compilation. (Laurent Aimar )
git version control
git at videolan.org
Wed Nov 5 22:19:40 CET 2008
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Wed Nov 5 22:18:25 2008 +0100| [0430ee7da097e95ed9312c6e98c9fe4455e34114] | committer: Laurent Aimar
Fixed goom compilation.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0430ee7da097e95ed9312c6e98c9fe4455e34114
---
modules/visualization/goom.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/visualization/goom.c b/modules/visualization/goom.c
index 0fc8c1e..d62071d 100644
--- a/modules/visualization/goom.c
+++ b/modules/visualization/goom.c
@@ -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 * );
More information about the vlc-devel
mailing list