SOURCES: smpeg-gcc4.patch (NEW) - fix build using gcc 4.x (friend ...

qboosh qboosh at pld-linux.org
Sun Jan 15 16:33:12 CET 2006


Author: qboosh                       Date: Sun Jan 15 15:33:12 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix build using gcc 4.x (friend declarations no longer treat as prototypes)

---- Files affected:
SOURCES:
   smpeg-gcc4.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/smpeg-gcc4.patch
diff -u /dev/null SOURCES/smpeg-gcc4.patch:1.1
--- /dev/null	Sun Jan 15 16:33:12 2006
+++ SOURCES/smpeg-gcc4.patch	Sun Jan 15 16:33:07 2006
@@ -0,0 +1,14 @@
+--- smpeg-0.4.4/MPEGaudio.h.orig	2006-01-15 16:17:56.356444000 +0100
++++ smpeg-0.4.4/MPEGaudio.h	2006-01-15 16:18:36.686965250 +0100
+@@ -148,6 +148,11 @@
+   char buffer[2*WINDOWSIZE];
+ };
+ 
++void Play_MPEGaudioSDL(void *udata, Uint8 *stream, int len);
++#ifdef THREADED_AUDIO
++int Decode_MPEGaudio(void *udata);
++#endif
++
+ /* The actual MPEG audio class */
+ class MPEGaudio : public MPEGerror, public MPEGaudioaction {
+ 
================================================================


More information about the pld-cvs-commit mailing list