summaryrefslogtreecommitdiffstats
path: root/recipes/smpeg/smpeg/compile.patch
blob: 563334c97274aab76154f207aa1400aa46d9c859 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 */