#!/usr/bin/env bash
sudo apt-get update
sudo apt-get install \
  libavutil-dev \
  libx264-dev \
  libvpx-dev
