g++ 4.1.1 fixlet - thanks cyril romain. closes bug #1082
authorMichael Lauer <mickey@vanille-media.de>
Sun, 11 Jun 2006 09:32:25 +0000 (09:32 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 11 Jun 2006 09:32:25 +0000 (09:32 +0000)
packages/smpeg/smpeg/compile.patch

index 083e6c5..86ec4fc 100644 (file)
  
  bin_SCRIPTS = smpeg-config
  
+--- 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 */