[arch-commits] Commit in smpeg/trunk (smpeg-0.4.4-gcc41.patch)

Jan Steffens heftig at nymeria.archlinux.org
Wed Mar 5 09:27:44 UTC 2014


    Date: Wednesday, March 5, 2014 @ 10:27:44
  Author: heftig
Revision: 206702

remove obsolete patch

Deleted:
  smpeg/trunk/smpeg-0.4.4-gcc41.patch

-------------------------+
 smpeg-0.4.4-gcc41.patch |   41 -----------------------------------------
 1 file changed, 41 deletions(-)

Deleted: smpeg-0.4.4-gcc41.patch
===================================================================
--- smpeg-0.4.4-gcc41.patch	2014-03-05 09:27:06 UTC (rev 206701)
+++ smpeg-0.4.4-gcc41.patch	2014-03-05 09:27:44 UTC (rev 206702)
@@ -1,41 +0,0 @@
-Index: MPEGaudio.h
-===================================================================
-RCS file: /cvs/cvsroot/smpeg/MPEGaudio.h,v
-retrieving revision 1.23
-diff -u -p -r1.23 MPEGaudio.h
---- smpeg/MPEGaudio.h	17 Jul 2001 19:52:24 -0000	1.23
-+++ smpeg/MPEGaudio.h	6 Dec 2005 06:10:43 -0000
-@@ -151,12 +151,6 @@ private:
- /* The actual MPEG audio class */
- class MPEGaudio : public MPEGerror, public MPEGaudioaction {
- 
--    friend void Play_MPEGaudioSDL(void *udata, Uint8 *stream, int len);
--    friend int Play_MPEGaudio(MPEGaudio *audio, Uint8 *stream, int len);
--#ifdef THREADED_AUDIO
--    friend int Decode_MPEGaudio(void *udata);
--#endif
--
- public:
-     MPEGaudio(MPEGstream *stream, bool initSDL = true);
-     virtual ~MPEGaudio();
-@@ -367,6 +361,20 @@ public:
- #define N_TIMESTAMPS 5
- 
-   double timestamp[N_TIMESTAMPS];
-+
-+  /* Functions which access MPEGaudio internals */
-+  friend void Play_MPEGaudioSDL(void *udata, Uint8 *stream, int len);
-+  friend int Play_MPEGaudio(MPEGaudio *audio, Uint8 *stream, int len);
-+#ifdef THREADED_AUDIO
-+  friend int Decode_MPEGaudio(void *udata);
-+#endif
- };
- 
-+/* Need to duplicate the prototypes, this is not a typo :) */
-+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
-+
- #endif /* _MPEGAUDIO_H_ */




More information about the arch-commits mailing list