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/down...=surfnet&filename=lame-3.98b6.tar.gz&30044240
All I need is for lame to be compiled:
Then ffmpeg with lame support:
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.
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/down...=surfnet&filename=lame-3.98b6.tar.gz&30044240
All I need is for lame to be compiled:
Code:
cd to/lame/folder
./configure
make
sudo make install
Then ffmpeg with lame support:
Code:
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.