Skip to content

Instantly share code, notes, and snippets.

@obfusk
Created October 20, 2013 19:15
Show Gist options
  • Save obfusk/7073928 to your computer and use it in GitHub Desktop.
Save obfusk/7073928 to your computer and use it in GitHub Desktop.
build ffmpeg

Prepare

$ aptitude install yasm libvorbis-dev libvpx-dev libsdl1.2-dev

Build

$ mkdir -p ~/tmp/build && cd ~/tmp/build
$ git clone git://source.ffmpeg.org/ffmpeg.git
$ cd ffmpeg
$ ./configure --enable-libvorbis --enable-libvpx --prefix="$HOME/opt/pkg/ffmpeg"
$ make 
$ make install
--enable-libx264 --enable-gpl --enable-libmp3lame --enable-libtheora
$ aptitude install libx264-dev libmp3lame-dev libtheora-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment