QUOTE(c15zyx @ Jan 12 2006, 03:45 PM)
Just compile it yourself then, the developer tools come free with Mac OS X.
That's right. As a hint, try this:
QUOTE
After downloading, just decompress the archive, open the resulting directory in the terminal, typing cd+ space then dragging the the above mentioned archive folder
then pressing return, and use the following commands to build and install it:
All computer
./configure --enable-static --disable-shared;sudo make install
Or optimized for G4
./configure --enable-static --disable-shared CFLAGS="-mcpu=7450 -O2 -mtune=7450 -pipe -maltivec -mabi=altivec -faltivec -mpowerpc-gfxopt" CXXFLAGS="-mcpu=7450 -O2 -mtune=7450 -pipe -maltivec -mabi=altivec -faltivec -mpowerpc-gfxopt";make;sudo make install
You will need to type your password for the last command. If all goes well, you should have a working version of LAME installed
These instructions were adapted from the Mac OS X Hints site. You might want to check there for more info:
http://www.macosxhints.com/article.php?sto...011030023450799I've compiled two or so recent versions on a G4 lappy successfully, using 3.97b2 for some time now. My first Version of LAME had been installed using the Blacktree Installer and later versions were compiled and installed via Terminal.