Skip to content

Instantly share code, notes, and snippets.

@somallg
Forked from doole/build-mpv.sh
Created July 16, 2017 18:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save somallg/2e9a9ec247ccaca8965091862c8e240f to your computer and use it in GitHub Desktop.
Save somallg/2e9a9ec247ccaca8965091862c8e240f 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