CVS: main/libao2 audio_out.c,1.29,1.30
Update of /cvsroot/mplayer/main/libao2 In directory mail:/var/tmp.root/cvs-serv1536/libao2 Modified Files: audio_out.c Log Message: dos2unix conversion Index: audio_out.c =================================================================== RCS file: /cvsroot/mplayer/main/libao2/audio_out.c,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- audio_out.c 25 Oct 2002 16:34:27 -0000 1.29 +++ audio_out.c 22 Dec 2002 16:31:02 -0000 1.30 @@ -37,10 +37,10 @@ #endif #ifdef USE_SGI_AUDIO extern ao_functions_t audio_out_sgi; -#endif -#ifdef HAVE_WIN32WAVEOUT -extern ao_functions_t audio_out_win32; -#endif +#endif +#ifdef HAVE_WIN32WAVEOUT +extern ao_functions_t audio_out_win32; +#endif #ifdef HAVE_DXR2 extern ao_functions_t audio_out_dxr2; #endif @@ -71,10 +71,10 @@ #endif #ifdef USE_SUN_AUDIO &audio_out_sun, -#endif -#ifdef HAVE_WIN32WAVEOUT - &audio_out_win32, -#endif +#endif +#ifdef HAVE_WIN32WAVEOUT + &audio_out_win32, +#endif // wrappers: #ifdef USE_ARTS &audio_out_arts,
participants (1)
-
Alex Beregszaszi