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 (from parent 1:
d603ab6
)
Fixed goom compilation.
author
Laurent Aimar
<fenrir@videolan.org>
Wed, 5 Nov 2008 21:18:25 +0000
(22:18 +0100)
committer
Laurent Aimar
<fenrir@videolan.org>
Wed, 5 Nov 2008 21:19:23 +0000
(22:19 +0100)
modules/visualization/goom.c
patch
|
blob
|
history
diff --git
a/modules/visualization/goom.c
b/modules/visualization/goom.c
index
0fc8c1e
..
d62071d
100644
(file)
--- a/
modules/visualization/goom.c
+++ b/
modules/visualization/goom.c
@@
-112,11
+112,11
@@
typedef struct
} goom_thread_t;
} goom_thread_t;
-
typedef
struct aout_filter_sys_t
+struct aout_filter_sys_t
{
goom_thread_t *p_thread;
{
goom_thread_t *p_thread;
-}
aout_filter_sys_t
;
+};
static void DoWork ( aout_instance_t *, aout_filter_t *, aout_buffer_t *,
aout_buffer_t * );
static void DoWork ( aout_instance_t *, aout_filter_t *, aout_buffer_t *,
aout_buffer_t * );