surpport seeking the recorded video
[vuplus_openembedded] / recipes / smpeg / smpeg / compile.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- smpeg/MPEGaudio.h~compile   2006-06-10 22:41:41.000000000 +0200
7 +++ smpeg/MPEGaudio.h   2006-06-10 22:41:51.000000000 +0200
8 @@ -34,6 +34,9 @@
9  
10  class MPEGstream;
11  
12 +int Decode_MPEGaudio(void *udata);
13 +void Play_MPEGaudioSDL(void *udata, Uint8 *stream, int len);
14 +
15  /* MPEG/WAVE Sound library
16  
17     (C) 1997 by Woo-jae Jung */