]> git.sesse.net Git - vlc/commitdiff
Fixed spatializer compilation.
authorLaurent Aimar <fenrir@videolan.org>
Wed, 5 Nov 2008 21:23:11 +0000 (22:23 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Wed, 5 Nov 2008 21:23:11 +0000 (22:23 +0100)
modules/audio_filter/spatializer/spatializer.cpp

index 5375f7c94703e0b4b0794b12d2e5041c378c9020..efb64b8df728666f344813bcfdb8edc8711c0943 100644 (file)
@@ -80,12 +80,12 @@ vlc_module_end ()
 /*****************************************************************************
  * Local prototypes
  *****************************************************************************/
-typedef struct aout_filter_sys_t
+struct aout_filter_sys_t
 {
     vlc_mutex_t lock;
     revmodel *p_reverbm;
 
-} aout_filter_sys_t;
+};
 
 class CLocker
 {