comparison libao2/ao_plugin.c @ 4896:120027e44f80

10l... gcc 3.x fix
author arpi
date Thu, 28 Feb 2002 21:17:12 +0000
parents c72b386debb4
children 619a8032fdd2
comparison
equal deleted inserted replaced
4895:e0f8928a4f6b 4896:120027e44f80
34 } ao_plugin_local_data_t; 34 } ao_plugin_local_data_t;
35 35
36 static ao_plugin_local_data_t ao_plugin_local_data={NULL,0,0.0,NULL,NULL,AO_PLUGINS}; 36 static ao_plugin_local_data_t ao_plugin_local_data={NULL,0,0.0,NULL,NULL,AO_PLUGINS};
37 37
38 // global data 38 // global data
39 ao_plugin_data_t ao_plugin_data; // Data used by the plugins 39 volatile ao_plugin_data_t ao_plugin_data; // Data used by the plugins
40 ao_plugin_cfg_t ao_plugin_cfg=CFG_DEFAULTS; // Set in cfg-mplayer.h 40 ao_plugin_cfg_t ao_plugin_cfg=CFG_DEFAULTS; // Set in cfg-mplayer.h
41 41
42 // to set/get/query special features/parameters 42 // to set/get/query special features/parameters
43 static int control(int cmd,int arg){ 43 static int control(int cmd,int arg){
44 switch(cmd){ 44 switch(cmd){