[Mplayer-cvslog] CVS: main/libao2 audio_out.c,1.28,1.29
Sascha Sommer CVS
faust3 at mplayerhq.hu
Fri Oct 25 18:34:30 CEST 2002
Update of /cvsroot/mplayer/main/libao2
In directory mail:/var/tmp.root/cvs-serv1878/libao2
Modified Files:
audio_out.c
Log Message:
add ao_win32
Index: audio_out.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/audio_out.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- audio_out.c 22 Oct 2002 16:24:13 -0000 1.28
+++ audio_out.c 25 Oct 2002 16:34:27 -0000 1.29
@@ -37,7 +37,10 @@
#endif
#ifdef USE_SGI_AUDIO
extern ao_functions_t audio_out_sgi;
-#endif
+#endif
+#ifdef HAVE_WIN32WAVEOUT
+extern ao_functions_t audio_out_win32;
+#endif
#ifdef HAVE_DXR2
extern ao_functions_t audio_out_dxr2;
#endif
@@ -68,7 +71,10 @@
#endif
#ifdef USE_SUN_AUDIO
&audio_out_sun,
-#endif
+#endif
+#ifdef HAVE_WIN32WAVEOUT
+ &audio_out_win32,
+#endif
// wrappers:
#ifdef USE_ARTS
&audio_out_arts,
More information about the MPlayer-cvslog
mailing list