summaryrefslogtreecommitdiff
path: root/smpeg/smpeg-mpegaudiosdl.patch
blob: af76807f5f1490e292926784a125382dea98c811 (plain)
    1 --- smpeg-0.4.4/MPEGaudio.h.orig	2006-01-15 16:17:56.356444000 +0100
    2 +++ smpeg-0.4.4/MPEGaudio.h	2006-01-15 16:18:36.686965250 +0100
    3 @@ -148,6 +148,11 @@
    4    char buffer[2*WINDOWSIZE];
    5  };
    6  
    7 +void Play_MPEGaudioSDL(void *udata, Uint8 *stream, int len);
    8 +#ifdef THREADED_AUDIO
    9 +int Decode_MPEGaudio(void *udata);
   10 +#endif
   11 +
   12  /* The actual MPEG audio class */
   13  class MPEGaudio : public MPEGerror, public MPEGaudioaction {
   14  

Generated by cgit