aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/smpeg/smpeg/compile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/smpeg/smpeg/compile.patch')
-rw-r--r--recipes/smpeg/smpeg/compile.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/smpeg/smpeg/compile.patch b/recipes/smpeg/smpeg/compile.patch
new file mode 100644
index 0000000000..563334c972
--- /dev/null
+++ b/recipes/smpeg/smpeg/compile.patch
@@ -0,0 +1,17 @@
+
+#
+# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
+#
+
+--- smpeg/MPEGaudio.h~compile 2006-06-10 22:41:41.000000000 +0200
++++ smpeg/MPEGaudio.h 2006-06-10 22:41:51.000000000 +0200
+@@ -34,6 +34,9 @@
+
+ class MPEGstream;
+
++int Decode_MPEGaudio(void *udata);
++void Play_MPEGaudioSDL(void *udata, Uint8 *stream, int len);
++
+ /* MPEG/WAVE Sound library
+
+ (C) 1997 by Woo-jae Jung */