[Mplayer-cvslog] CVS: main/libao2 audio_plugin.h,1.3,1.4

Stephen Davies steve at mplayer.dev.hu
Tue Dec 4 16:44:06 CET 2001


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

Modified Files:
	audio_plugin.h 
Log Message:
include pl_surround in available plugins

Index: audio_plugin.h
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/audio_plugin.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- audio_plugin.h	29 Nov 2001 12:44:06 -0000	1.3
+++ audio_plugin.h	4 Dec 2001 15:44:04 -0000	1.4
@@ -48,14 +48,17 @@
 // This block should not be available in the pl_xxxx files
 // due to compilation issues
 #ifndef PLUGIN
-#define NPL 2+1 // Number of PLugins ( +1 list ends with NULL )
+#define NPL 3+1 // Number of PLugins ( +1 list ends with NULL )
 // List of plugins 
 extern ao_plugin_functions_t audio_plugin_delay;
 extern ao_plugin_functions_t audio_plugin_format; 
+extern ao_plugin_functions_t audio_plugin_surround;
+
 
 #define AO_PLUGINS { \
    &audio_plugin_delay, \
    &audio_plugin_format, \
+   &audio_plugin_surround, \
    NULL \
 }
 #endif /* PLUGIN */




More information about the MPlayer-cvslog mailing list