# HG changeset patch # User arpi # Date 1014931032 0 # Node ID 120027e44f80d99cacc5d8a4c3335683f7014c57 # Parent e0f8928a4f6b13b4091be68d04dc8d0a764a6c19 10l... gcc 3.x fix diff -r e0f8928a4f6b -r 120027e44f80 libao2/ao_plugin.c --- 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