10l... gcc 3.x fix

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4897 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-02-28 21:17:12 +00:00
parent ae587e624a
commit b201cec82c
1 changed files with 1 additions and 1 deletions

View File

@ -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