Monday, September 21, 2015

ffmpeg link

http://ffmpegmac.net

provides version 2.7.2 that works on Yosemite

Building ffmpeg 32-bit target on a 64-bit machine

https://trac.ffmpeg.org/ticket/2659

$ ./configure --enable-small --cc='cc -m32'
$ ./configure --enable-shared --disable-static --cc='cc -m32'
$ ./configure --enable-shared --disable-static --enable-small --cc='cc -m32'
$ cc-v
Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
Target: x86_64-apple-darwin14.5.0
Thread model: posix

$make
$make examples