changeset 4896:120027e44f80

10l... gcc 3.x fix
author arpi
date Thu, 28 Feb 2002 21:17:12 +0000
parents e0f8928a4f6b
children d80537754731
files libao2/ao_plugin.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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