Last active
September 15, 2016 16:47
-
-
Save Maigre/ab6d6bed690dc5fcdc83fa3c308939fc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# libass dependencies | |
sudo apt install libfreetype6-dev libfribidi-dev libfontconfig1-dev | |
# ffmpeg dependencies | |
sudo apt install yasm libx264-dev | |
# mpv dependencies | |
sudo apt install libvdpau-dev libva-dev libxv-dev libjpeg-dev libxkbcommon-dev libxinerama-dev libxrandr-dev libgles2-mesa-dev libgles1-mesa-dev libv4l-dev libxss-dev libgl1-mesa-dev libgl2-mesa-dev | |
# lua | |
sudo apt install luarocks | |
sudo luarocks install osc lens | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment