From b201cec82cd30c2ca4ea71124bbd28d3c11d7440 Mon Sep 17 00:00:00 2001 From: arpi Date: Thu, 28 Feb 2002 21:17:12 +0000 Subject: 10l... gcc 3.x fix git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4897 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libao2/ao_plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libao2/ao_plugin.c b/libao2/ao_plugin.c index a5907438cd..261db1aa18 100644 --- a/libao2/ao_plugin.c +++ b/libao2/ao_plugin.c @@ -36,7 +36,7 @@ typedef struct ao_plugin_local_data_s 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 -- cgit v1.2.3