diff libao2/ao_plugin.c @ 4896:120027e44f80

10l... gcc 3.x fix
author arpi
date Thu, 28 Feb 2002 21:17:12 +0000
parents c72b386debb4
children 619a8032fdd2
line wrap: on
line diff
--- a/libao2/ao_plugin.c	Thu Feb 28 16:24:55 2002 +0000
+++ b/libao2/ao_plugin.c	Thu Feb 28 21:17:12 2002 +0000
@@ -36,7 +36,7 @@
 static ao_plugin_local_data_t ao_plugin_local_data={NULL,0,0.0,NULL,NULL,AO_PLUGINS};
 
 // global data 
-ao_plugin_data_t ao_plugin_data;             // Data used by the plugins
+volatile ao_plugin_data_t ao_plugin_data;             // Data used by the plugins
 ao_plugin_cfg_t  ao_plugin_cfg=CFG_DEFAULTS; // Set in cfg-mplayer.h
 
 // to set/get/query special features/parameters