Skip to content

Instantly share code, notes, and snippets.

@justlaputa
Created January 18, 2012 09:30
Show Gist options
  • Save justlaputa/1632149 to your computer and use it in GitHub Desktop.
Save justlaputa/1632149 to your computer and use it in GitHub Desktop.
Configuration options for installing some software form source code
FFmpeg:
Requirement:
yasm faad2-devel faac-devel lame-devel opencore-amr-devel openjpeg-devel libtheora-devel libvpx-devel libvorbis-devel xvidcore-devel
Configure:
Medium configuration:
$ ./configure --prefix=/usr --disable-static --enable-shared --enable-gpl --enable-version3 --enable-nonfree --enable-x11grab --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libfaac --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid
With debug:
$ --enable-debug=gdb3 --disable-stripping
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment