mirror of https://github.com/mpv-player/mpv
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:
parent
ae587e624a
commit
b201cec82c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue