tags 356691 + pending thanks I've uploaded the following NMU to delayed-2.
diff -u smpeg-0.4.5+cvs20030824/debian/changelog smpeg-0.4.5+cvs20030824/debian/changelog --- smpeg-0.4.5+cvs20030824/debian/changelog +++ smpeg-0.4.5+cvs20030824/debian/changelog @@ -1,3 +1,10 @@ +smpeg (0.4.5+cvs20030824-1.8) unstable; urgency=low + + * NMU as part of the GCC 4.1 transition. + * Declare friend functions (Closes: #356691). + + -- Martin Michlmayr <[EMAIL PROTECTED]> Thu, 25 May 2006 23:08:25 +0200 + smpeg (0.4.5+cvs20030824-1.7) unstable; urgency=high * Non-maintainer upload. only in patch2: unchanged: --- smpeg-0.4.5+cvs20030824.orig/MPEGaudio.h +++ smpeg-0.4.5+cvs20030824/MPEGaudio.h @@ -149,6 +149,14 @@ }; /* The actual MPEG audio class */ + +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 + class MPEGaudio : public MPEGerror, public MPEGaudioaction { friend void Play_MPEGaudioSDL(void *udata, Uint8 *stream, int len); -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]