mirror of
https://git.suyu.dev/suyu/flatpak.git
synced 2025-12-30 03:04:43 +01:00
Init
This commit is contained in:
commit
e571c4fbe8
139 changed files with 8839 additions and 0 deletions
17
shared-modules/smpeg/smpeg-export-mpegaudio-class.patch
Normal file
17
shared-modules/smpeg/smpeg-export-mpegaudio-class.patch
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
--- 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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue