]> git.sesse.net Git - vlc/blobdiff - plugins/dummy/aout_dummy.c
* Applied patch from Jon Lech Johansen <jon-vl@nanocrew.net> to compile
[vlc] / plugins / dummy / aout_dummy.c
index 6e4a6f8e32a56b26a91bf6d840e583a5ba537afa..ef779eed82f362b6ddb72e9ce1db803064bd70f9 100644 (file)
@@ -2,7 +2,7 @@
  * aout_dummy.c : dummy audio output plugin
  *****************************************************************************
  * Copyright (C) 2000, 2001 VideoLAN
- * $Id: aout_dummy.c,v 1.11 2001/05/30 17:03:12 sam Exp $
+ * $Id: aout_dummy.c,v 1.12 2001/05/31 01:37:08 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -50,7 +50,9 @@
  *****************************************************************************/
 typedef struct aout_sys_s
 {
-
+#if defined( _MSC_VER )
+    int i_dummy;
+#endif
 } aout_sys_t;
 
 /*****************************************************************************