[vlc-devel] commit: [Galaktos] Fix compilation. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Fri Nov 7 13:40:41 CET 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Nov 7 13:40:23 2008 +0100| [dfbad7bef1d4421e44fec1fba51cb0d9c371917e] | committer: Jean-Baptiste Kempf
[Galaktos] Fix compilation.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dfbad7bef1d4421e44fec1fba51cb0d9c371917e
---
modules/visualization/galaktos/plugin.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/visualization/galaktos/plugin.c b/modules/visualization/galaktos/plugin.c
index 130ecd3..30b30aa 100644
--- a/modules/visualization/galaktos/plugin.c
+++ b/modules/visualization/galaktos/plugin.c
@@ -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 * );
More information about the vlc-devel
mailing list