Jump to content
4 posts in this topic

Recommended Posts

Hey,

 

I need a universal binary of ffmpeg with lame support for a program I am writing. I have an intel version compiled, but I can't get a PPC version to compile on my intel mac.

 

I'm looking for someone who has access to a PPC mac that wouldn't mind taking a few minutes to compile ffmpeg for me so I can join the two versions with lipo.

 

You can grab ffmpeg here:

 

http://ffmpeg.mplayerhq.hu/ffmpeg-checkout-snapshot.tar.bz2

 

And lame here:

 

http://sourceforge.net/project/downloading...gz&30044240

 

All I need is for lame to be compiled:

 

cd to/lame/folder
./configure
make
sudo make install

 

Then ffmpeg with lame support:

 

cd to/ffmpeg/folder
./configure --enable-libmp3lame --disable-vhook --enable-shared --disable-mmx
make
<no need to make install>

 

If you could then email the resulting ffmpeg folder in its entirety to mail at developersdigest dot org I would be grateful :)

 

Thanks for your time.

×
×
  • Create New...