[Mplayer-cvslog] CVS: main/libao2 ao_plugin.c,1.12,1.13

Arpi of Ize arpi at mplayer.dev.hu
Thu Feb 28 22:17:20 CET 2002


Update of /cvsroot/mplayer/main/libao2
In directory mplayer:/var/tmp.root/cvs-serv3984

Modified Files:
	ao_plugin.c 
Log Message:
10l... gcc 3.x fix

Index: ao_plugin.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/ao_plugin.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ao_plugin.c	25 Feb 2002 13:31:25 -0000	1.12
+++ ao_plugin.c	28 Feb 2002 21:17:12 -0000	1.13
@@ -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




More information about the MPlayer-cvslog mailing list