Skip to content

Instantly share code, notes, and snippets.

@crossle
Last active August 29, 2015 14:09
Show Gist options
  • Save crossle/97b87d0e00e93c92c7f2 to your computer and use it in GitHub Desktop.
Save crossle/97b87d0e00e93c92c7f2 to your computer and use it in GitHub Desktop.
FFmpeg compile config
./configure --disable-doc --disable-ffserver --enable-openssl --enable-gpl --enable-nonfree --enable-libx264 --enable-librtmp --enable-libmp3lame --enable-x11grab --extra-ldflags="-lstdc++"
make -j7 && make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment