<html>
<head>
</head>
<body>
hi again,<br>
<br>
i've looked into that further and the difference of includes explains a lot
!! <br>
<br>
in fact, mp3 objects were not working with latest releases of lame<br>
because of that !!<br>
<br>
The includes ( mpglib.h, mpg123.h, interface.h ) have been bundled<br>
with the objects because they are part of mpglib<br>
( the decoding library included in lame ) and ARE NOT installed<br>
system-wide when you install lame.<br>
<br>
besides, they had to be modified to compile in the context of an extern.<br>
<br>
so, i've updated these includes ( mainly mpglib.h ) in the linux <br>
version of mp3 objects ( mp3write~, shoucast~, shoutamp~, mp3live~ )<br>
and, thus, they work now with latest releases of lame ( &gt; 3.90 ).<br>
<br>
i think those versions are more stable so, as far as i could run some tests,<br>
it's a kind of improvement.<br>
<br>
if you update those objects, update lame also ( i used 3.92 ).<br>
<br>
cheers,<br>
<br>
sevy/yves<br>
<br>
[root@dregs mp3live~]# grep 3.89 *<br>
 mpg123.h:#define M_PI&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3.14159265358979323846<br>
<br>
Yves Degoyon wrote:<br>
<blockquote type="cite" cite="mid:3D792907.2030202@free.fr">   good point...
the error is to distribute lame's include files <br>
 with objects ... we should use system-wide installed includes of course...<br>
 ( i had never noticed this really )<br>
  <br>
 regards,<br>
  <br>
 sevy/yves<br>
  <br>
 Kjetil S. Matheussen wrote:<br>
  <blockquote type="cite" cite="mid:Pine.SOL.4.44.0209062355250.24018-100000@ulrik.uio.no">
    <pre wrap=""><br>On Fri, 6 Sep 2002, Olaf Matthes wrote:<br><br></pre>
    <blockquote type="cite">
      <pre wrap="">Hi August,<br><br>BTW, which version of Lame are you using? I use 3.90 under Win / OS X<br>and had problems with other versions. But I haven't tried mono on OS X<br>yet.<br><br></pre>
      </blockquote>
      <pre wrap=""><!---->When speaking of lame-versions, I had to fix the lame.h file<br>to get the shout* objects to work with lame 3.92. One of the structures<br>in the file has got two new int values since 3.89.<br><br><br></pre>
      </blockquote>
      <br>
      </blockquote>
      <br>
      </body>
      </html>