Skip to content

Instantly share code, notes, and snippets.

@doole
Created March 12, 2016 19:40
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save doole/f84c90126eb6bdacf403 to your computer and use it in GitHub Desktop.
Save doole/f84c90126eb6bdacf403 to your computer and use it in GitHub Desktop.
Build the latest `mpv` with brew
# taken from http://coalgirls.wakku.to/faq/playback/compiling-mpv-on-mac-os-x
# install homebrew
# setup
sudo easy_install docutils
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
# install python3
brew install python3
pip3 install --upgrade pip setuptools
# install mpv
brew install --HEAD --with-bundle --with-bluray-support --with-libdvdread --with-little-cms2 --with-lua --with-bundle mpv
brew linkapps mpv
# upgrade
brew rm mpv
brew install --HEAD --with-bundle --with-bluray-support --with-libdvdread --with-little-cms2 --with-lua --with-bundle mpv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment