SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
16
devel/smpeg/patches/patch-MPEGaudio_h
Normal file
16
devel/smpeg/patches/patch-MPEGaudio_h
Normal file
|
@ -0,0 +1,16 @@
|
|||
--- MPEGaudio.h.orig Sun May 9 17:10:03 2010
|
||||
+++ MPEGaudio.h Sun May 9 17:10:20 2010
|
||||
@@ -148,6 +148,13 @@ class Mpegbitwindow (private)
|
||||
char buffer[2*WINDOWSIZE];
|
||||
};
|
||||
|
||||
+class MPEGaudio;
|
||||
+ void Play_MPEGaudioSDL(void *udata, Uint8 *stream, int len);
|
||||
+ int Play_MPEGaudio(MPEGaudio *audio, Uint8 *stream, int len);
|
||||
+#ifdef THREADED_AUDIO
|
||||
+ int Decode_MPEGaudio(void *udata);
|
||||
+#endif
|
||||
+
|
||||
/* The actual MPEG audio class */
|
||||
class MPEGaudio : public MPEGerror, public MPEGaudioaction {
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue