Skip to content

Instantly share code, notes, and snippets.

@huglester
Created November 1, 2015 15:44
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 huglester/b01667a7bc5345ad68fe to your computer and use it in GitHub Desktop.
Save huglester/b01667a7bc5345ad68fe to your computer and use it in GitHub Desktop.
Compile FFMPEG with ffplay support on Ubuntu 14.04 LTS
sudo apt-get install libsdl-dev yasm
git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg
cd ffmpeg
./configure
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment