git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bd1ec9
)
[Galaktos] Fix compilation.
author
Jean-Baptiste Kempf
<jb@videolan.org>
Fri, 7 Nov 2008 12:40:23 +0000
(13:40 +0100)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Fri, 7 Nov 2008 12:40:23 +0000
(13:40 +0100)
modules/visualization/galaktos/plugin.c
patch
|
blob
|
history
diff --git
a/modules/visualization/galaktos/plugin.c
b/modules/visualization/galaktos/plugin.c
index
130ecd3
..
30b30aa
100644
(file)
--- 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 * );