Skip to content

Instantly share code, notes, and snippets.

@Maigre
Last active September 15, 2016 16:27
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 Maigre/da1cf7050671294287ba8b7dc8eaa0fc to your computer and use it in GitHub Desktop.
Save Maigre/da1cf7050671294287ba8b7dc8eaa0fc to your computer and use it in GitHub Desktop.
sudo apt update && sudo apt upgrade -y
sudo apt install git libtool build-essential pkg-config autoconf libfribidi-dev liblua5.1-0-dev libluajit-5.1-dev libv4l-dev libvdpau-dev libva-dev libxv-dev libxcb-xfixes0-dev libsdl1.2-dev libjpeg-dev libenca-dev libxcb-render0-dev libwayland-dev libwayland-client0 libwayland-cursor0 libwayland-egl1-mesa libxkbcommon-dev libxinerama-dev libxrandr-dev libxss-dev libgl1-mesa-dev fonts-dejavu-core libaacs-dev libass-dev libbluray-dev libbs2b-dev libcdio-cdda-dev libcdio-paranoia-dev libfontconfig1-dev libcaca-dev libx264-dev libasound2-dev libegl1-mesa-dev libgles2-mesa-dev libgles1-mesa-dev libx11-dev -y
git clone https://github.com/mpv-player/mpv-build.git
cd mpv-build
echo --enable-libmpv-shared > mpv_options
echo --enable-mmal >> ffmpeg_options
./rebuild -j4
sudo ./install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment