Commit 8580c193 authored by Laurent Aimar's avatar Laurent Aimar

Fixed spatializer compilation.

parent 0430ee7d
...@@ -80,12 +80,12 @@ vlc_module_end () ...@@ -80,12 +80,12 @@ vlc_module_end ()
/***************************************************************************** /*****************************************************************************
* Local prototypes * Local prototypes
*****************************************************************************/ *****************************************************************************/
typedef struct aout_filter_sys_t struct aout_filter_sys_t
{ {
vlc_mutex_t lock; vlc_mutex_t lock;
revmodel *p_reverbm; revmodel *p_reverbm;
} aout_filter_sys_t; };
class CLocker class CLocker
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment