[xiph-commits] r3715 - libsydneyaudio/trunk/src

silvia at svn.annodex.net silvia at svn.annodex.net
Tue Aug 19 19:19:53 PDT 2008


Author: silvia
Date: 2008-08-19 19:19:53 -0700 (Tue, 19 Aug 2008)
New Revision: 3715

Modified:
   libsydneyaudio/trunk/src/sydney_audio_waveapi.c
Log:
applied patch from techrazy to the new library, too

Modified: libsydneyaudio/trunk/src/sydney_audio_waveapi.c
===================================================================
--- libsydneyaudio/trunk/src/sydney_audio_waveapi.c	2008-08-20 02:15:15 UTC (rev 3714)
+++ libsydneyaudio/trunk/src/sydney_audio_waveapi.c	2008-08-20 02:19:53 UTC (rev 3715)
@@ -130,10 +130,6 @@
 void CALLBACK waveOutProc(HWAVEOUT hWaveOut, UINT uMsg, 
     DWORD dwInstance, DWORD dwParam1, DWORD dwParam2);
 
-/** Main callback function */
-typedef int (*sa_event_callback_t)(sa_stream_t *s, sa_event_t event);
-
-
 /** Normal way to open a PCM device */
 int sa_stream_create_pcm(sa_stream_t **s, 
                          const char *client_name, 



More information about the commits mailing list