Log in

View Full Version : Building static ffmpeg with libbluray on Mac OS X?


Selur
5th September 2013, 10:32
I've been trying to build ffmpeg statically with libbluray on Mac OSX for quite some while now, sadly without success.

I stumbled over a nice build script:
https://github.com/videogorillas/videoscripts
which works fine, but doesn't include libbluray, so I tried to add it myself (see modified script: http://pastebin.com/Q1ASzziM), but it fails building with: "ERROR: libbluray not found" (see: config.log -> http://pastebin.com/5JtWEuts).

Does anyone here have experience with building ffmpeg statically with libbluray on Mac OS X (running 10.6.8 here) and can help?

Cu Selur

Ps.: I aim for building a static version since I wanted to add ffmpeg, mencoder and mplayer to the Hybrid Mac package.

Selur
15th November 2013, 16:11
http://www.evermeet.cx/ffmpeg/ offers statically compiled up-to-date snapshots in their snapshot-folder.
Does anyone know a different side which offers the same for mplayer/mencoder?