I have followed this tutorial to download, compile and install ffmpeg on Mac OS X. This worked fine but I want to make an universal installer from compiled source for all Mac machines.
Please help me out on this.
I am using OS X 10.6.7 and Xcode 3.2.5
ffmpegto be in the user's PATH only? Are there any other requirements? – slhck Jun 17 '11 at 12:47make installwill only do a few very basic things, like moving the binaries into the right place. Check themakefileprovided withffmpegto see what it does and then just replicate that in a post-installation shellscript. – slhck Jun 17 '11 at 13:05