Files
itgmania212121/Docs/Devdocs/BuildingFfmpegOnMac.txt
T
Thai Pangsakulyanont 503814c435 update libpng to 1.5.10, add precompiled library for ffmpeg 0.10.2 for mac, and Xcode 4.3 project in a separate project.
This should make it possible to build StepMania 5 on Mac OS X.
The catch is that it will only work with Snow Leopard and up, but I think this is better than nothing.

We can support PowerPC / 10.4-10.5 again when someone can make the old Xcode 3 project work.
2012-04-24 00:11:28 +07:00

10 lines
311 B
Plaintext

- Git clone from ffmpeg's repo.
- Checkout the revision that matches the Windows build.
./configure --arch=i386 --cc='clang -m32' --cxx='clang++ -m32' --prefix=/Build/ffmpeg-mac --disable-vda --enable-decoder=mjpeg
make
make install
Then copy the .a files from /Build/ffmpeg-mac/lib to the ffmpeg directory.